A pedometer remote service for Android
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
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.