Google-api-client-android and google-http-client-android - android

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

Related

How to implement the traccar API in android studio?

I am trying to integrate the traccar API with android but I can not integrate it.
If someone could explain how to integrate it, I would appreciate it.
Traccar uses standard JSON-based REST API. You can use libraries like Retrofit to communicate with it. You can check official Traccar Manager app source code for usage examples.

How to use Telegram API (to include Chat Application) in my existing android app?

I want to use telegram APIs in order to develop chatting feature in My Existing Android App.
I am not getting how to implement.
I think, it is a good idea to take a look at the Telegram Database Library (Beta) from here TDLib (Russian, but translate with Google) and the Java doc (English) from here.
The information is a little poor yet, but I think you can understand it.
Use this API.
Refer to the Getting Started section to integrate Telegram in your app.

WordPress Api + Android

I have a blog which is written in WordPress but not hosted on Wordpress.com, and I would like to develop an Android app to interact with this blog via the Wordpress REST Api. I searched in the Wordpress developper documentation and it seems that you can interact with this API only through Wordpress.com.
I have also made some Google searches and I found that many plugins provide this functionality but I don't know which one to use.
My Android app will interact with this blog. It will get all the blog posts, comment, post comments. If the user is an admin, he can create new posts. Note that I could simply create an RSS feed and everything would be alright but I want to take advantage of the Wordpress API.
What are the best solutions to achieve this?
One Doubt, if its API Means you can Use JSON or XML for Android
First Check for JSON
Check This
other wise use that API and Create a Custom RestFul web services which Reads Data form that API,.. Automatically.
Better to Use API for Fast Results..
Is there a reason to develop this app yourself? Because if there's none, you should check the official app by Wordpress in the Google Play. I use it for some self hosted blogs and it's very helpful.
As I understand - to get required functions you need WordPress REST API (Version 2) and one of plugins for authentication: Basic-Auth of OAuth1 WP-API on GitHub
For more details please see official documentation on v2.wp-api.org

Using Spreadsheet as Databases for android apps as a centralised database

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?

Using GData and the Google Analytics on Android

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

Categories

Resources