pedometer-remote

所属分类:android开发
开发工具:Java
文件大小:22KB
下载次数:17
上传日期:2014-02-09 09:38:06
上 传 者wangrlo
说明:  android下实现计步器的remote service
(android remote service-pedometer)

文件列表:
.classpath (466, 2013-11-21)
.project (819, 2013-11-21)
AndroidManifest.xml (1175, 2013-11-21)
LICENSE (11325, 2013-11-21)
default.properties (362, 2013-11-21)
proguard.cfg (1034, 2013-11-21)
project.properties (360, 2013-11-21)
res (0, 2013-11-21)
res\drawable (0, 2013-11-21)
res\drawable\icon.png (2574, 2013-11-21)
res\layout (0, 2013-11-21)
res\layout\main.xml (1768, 2013-11-21)
res\values (0, 2013-11-21)
res\values\arrays.xml (582, 2013-11-21)
res\values\strings.xml (371, 2013-11-21)
src (0, 2013-11-21)
src\com (0, 2013-11-21)
src\com\jwetherell (0, 2013-11-21)
src\com\jwetherell\pedometer (0, 2013-11-21)
src\com\jwetherell\pedometer\activity (0, 2013-11-21)
src\com\jwetherell\pedometer\activity\Demo.java (10316, 2013-11-21)
src\com\jwetherell\pedometer\service (0, 2013-11-21)
src\com\jwetherell\pedometer\service\IStepService.aidl (290, 2013-11-21)
src\com\jwetherell\pedometer\service\IStepServiceCallback.aidl (108, 2013-11-21)
src\com\jwetherell\pedometer\service\StepDetector.java (4298, 2013-11-21)
src\com\jwetherell\pedometer\service\StepListener.java (479, 2013-11-21)
src\com\jwetherell\pedometer\service\StepService.java (9540, 2013-11-21)
src\com\jwetherell\pedometer\utilities (0, 2013-11-21)
src\com\jwetherell\pedometer\utilities\MessageUtilities.java (1426, 2013-11-21)

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 * Google: http://code.google.com/p/android-pedometer * Github: http://github.com/phishman3579/android-pedometer * LinkedIn: http://www.linkedin.com/in/phishman3579 * E-mail: phishman3579@gmail.com * Twitter: http://twitter.com/phishman3579 ## 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.

近期下载者

相关文件


收藏者