Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 344
Luke Lowrey Avatar asked Nov 14 '22 11:11

Luke Lowrey


1 Answers

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.

like image 107
Alexander Lucas Avatar answered Jan 05 '23 08:01

Alexander Lucas