android-pedometer icon indicating copy to clipboard operation
android-pedometer copied to clipboard

A pedometer remote service for Android

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.