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?
Related
I am new in Android. I was trying to make an app using Google place api. All of the tutorial suggest to use api client for android. I downloaded and did everything to use api. I use eclipse and I did what I suggest to do. But there is one problem: I don't know how to use those? What kind of methods they have inside? How to use those methods? Is there any tutorial exist?
Please help..Thank you all in advance.
It would be more helpful if I get any documentation or something like that for those api like we get different methods details of a class.
Google has official documentation for google-http-java-client in this link and for google-api-java-client in this link.
Both are oriented to Android.
If you want to know more about how to access Google Play Services API, see this link
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!
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.
I am wondering what my options are for using GData and specifically the analytics api on android to build a small widget. After searching around for a while I couldnt come up with any libraries with decent examples.
Are there any dedicated libraries with some decent examples / doco to do this sort of thing? I would like to target 1.5 but if the are 2.0 only I guess that is fine too.
Here is a Google API library that supports Android. It supports all Google API's (including gdata). I don't think it has GData abstractions specifically for Analytics yet, so you might have to familiarize yourself with how the data feed looks, which you can do here.
Please try google-spreadsheet-lib-android
Though its written for SpreadSheet, but you can follow this approach to access Google's other service API. At present it support SpreadSheet and Document List API and based on need I am planning to add more API support.
GData API doesn't work on Android, so no straight forward solution.
Hope it helps.
Cheers,
Prasanta