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

https://github.com/phishman3579/android-pedometer

A pedometer remote service for Android
https://github.com/phishman3579/android-pedometer

Last synced: 12 days ago
JSON representation

A pedometer remote service for Android

Awesome Lists containing this project

README

        

android-pedometer
=================

A pedometer remote service for Android

## Introduction

A remote service that any App can use to add step counting to their App's functionalities.

* Created by Justin Wetherell
* For questions use: http://groups.google.com/forum/#!forum/android-pedometer
* Google: http://code.google.com/p/android-pedometer
* Github: http://github.com/phishman3579/android-pedometer
* LinkedIn: http://www.linkedin.com/in/phishman3579
* E-mail: [email protected]
* Twitter: http://twitter.com/phishman3579

## Support me with a donation

Donate to this project

## Details

The remote service runs in it's own process and Apps can communicate to it via aidl. I also included a Demo App that'll show you how to integrate with the remote service.