Android 4.4 KitKat(现在特别是Nexus 5)步进检测器和计数器API是否有任何文档?我试图搜索很多,但没有找到任何东西。
我打算尝试使用这些新概念,并希望使用API,但互联网上没有任何内容。
答案 0 :(得分:16)
我为您找到了一个示例,希望它在某种程度上有所帮助,API页面上的传感器说明也非常直接。
API页面: http://developer.android.com/about/versions/android-4.4.html#UserInput
博文:http://theelfismike.wordpress.com/2013/11/10/android-4-4-kitkat-step-detector-code/ 博客中引用了Github项目:https://github.com/theelfismike/android-step-counter
答案 1 :(得分:3)
官方示例
在samples/android-23/sensors/BatchStepSensor
下的Android SDK 23中,使用以下命令运行:
./gradlew clean
./gradlew assembleDebug
./gradlew installDebug
然后打开应用程序,启用其中一个步进传感器,然后用手机走动以查看计数器增量。