Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tchx84/analytics-client

Android apps usage tracker
https://github.com/tchx84/analytics-client

Last synced: about 1 month ago
JSON representation

Android apps usage tracker

Awesome Lists containing this project

README

        

analytics-client
==================
This is an Android service to collect information about apps usage.

Compiling
---------

To package this service, you will need Android API level 18. To setup your development environment
I recommend http://fedoramagazine.org/start-developing-android-apps-on-fedora-in-10-minutes/, this
article still works with Fedora 19.

```
$ git clone [email protected]:tchx84/analytics-client.git
$ cd analytics-client;
$ ant debug
```

Running it
---------

0. Setup your analytics-server.
1. Change hardcoded settings in HarvestSettings, such as SERVER and KEY.
2. Compile it.
3. install your .apk on your device.