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
- Host: GitHub
- URL: https://github.com/phishman3579/android-pedometer
- Owner: phishman3579
- License: apache-2.0
- Created: 2013-11-20T02:31:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T15:04:00.000Z (over 9 years ago)
- Last Synced: 2023-03-27T12:30:51.088Z (about 2 years ago)
- Language: Java
- Size: 46.9 KB
- Stars: 17
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## 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.