Does Google Drive RealTime API still not support Android? I did it using JavaScript but want to use it in Android. I don't think it does exist cause no official blogs say that and it doesn't even appear on the Developers site. Is there any alternative for these purpose? Or I need to just do it all myself till Google announces anything? And if so can you please suggest me should I put everything on my server and send it to devices using GCM; or should I use Google App Engine?
A very similar question here: StackOverflow Question. But I even found these links saying it does Link 1, Link 2. So any updates?Please help thanks :)
Currently Realtime API does not support Android, sorry.
BUT! Google are working on this, and it should be available quite soon. Google are excited about the possibility of users collaborating simultaneously between web and mobile apps in real time. That is going to rock!
Related
I want to make an application for Android, the functionality of which will be directly related to the telegram api (not a bot, but a full-fledged api), but I do not understand how I can at least just log into my account, not to mention what to make requests. Documentation on working with the api through android applications I could not find. Please help me deal with this (just an example of how to send a message to the user will be enough)
I used Google translator
Kindly have a look at this link.
Link: https://www.androidmads.info/2017/11/telegram-bot-for-android.html?m=1
I'm currently building an online tutoring app to help solve my country's crisis in education.
To do this, I need to integrate a video calling service. I'd prefer to use Hangouts over other services since it is based on webRTC and its free. However after much searching, I haven't found anything that explicitly states whether or not its possible to integrate it natively or through a webview. Do you have any ideas on how to go about doing this or if its even possible?
Thank you so much! :)
Unfortunately there is no way to integrate this functionality yet, the hangout API is web based and since hangout requires the camera there is no way to enable this from a webview.
See these answers:
start google hangouts in android
Google hangout API for Android
How to embed Hangout chat in my Android App
I have a app which needs a centralised Database.So I am planning to use Google Spread Sheets.
I have gone through this link,
but I really did not understand much in it.
So is there any example codes available please suggest.
Related SO question: Using Google Docs and Google Spreadsheet APIs for Android. There's an answer which links to projects with API docs and examples.
So is there any example codes available please suggest.
I'm still workin on it dono how to use the Google API itself i have
the libraries downloaded
Why not also google for some examples - http://www.google.com/search?q=android+google+spreadsheet+example?
I want to integrate one of image search api for finding similar image like a google goggles do?
#Chrish -- Check this
http://www.technotalkative.com/android-google-image-search-api-example-json-parsing-web-api-call-demo/
visual search api for web and mobile here too: http://www.macroglossa.com/api.html. they provide custom services too.
Or just Check replies for this question
Google goggles API
IQ Engines offers an API that allows you to integrate image recognition into your mobile application. For more information see http://www.iqengines.com. If you sign up for a trial you get 1000 free visual scans and can download the iOS and Android SDKs. There's a Quick Start Guide http://www.iqengines.com/quickstart, API Documentation and README files for the SDKs that explain the process.
I am trying to integrate payment gateway in my android app.
Purpose of app is to buy online e books.
Site is already Developed and it is using EBS service for payment.
To be specific App is designed for Asian countries only.
Can anyone help me regarding this?
Do i need to simply call my site URL for this or it is not a practical approach.
Any help would make work my simpler as i am not familiar with this stuff.
Please help me if you have experience with it but please do not just copy paste links as i have gone through many sites for that.
Here, EBS support you can find the API that EBS provides. There is no specific API currently available for android. I think you should have to implement it at your server side and make a call with web services.