文件名称:DylanStepCount-master
介绍说明--下载内容均来自于网络,请自行研究使用
安卓手机使用的计步器,通过加速度传感器感应步数(Android mobile phone pedometer use, through the induction step acceleration sensor)
相关搜索: 计步器
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
DylanStepCount-master | ||
DylanStepCount-master\.gitignore | 118 | 2017-11-23 |
DylanStepCount-master\.idea | ||
DylanStepCount-master\.idea\compiler.xml | 686 | 2017-11-23 |
DylanStepCount-master\.idea\copyright | ||
DylanStepCount-master\.idea\copyright\profiles_settings.xml | 74 | 2017-11-23 |
DylanStepCount-master\.idea\encodings.xml | 159 | 2017-11-23 |
DylanStepCount-master\.idea\gradle.xml | 626 | 2017-11-23 |
DylanStepCount-master\.idea\misc.xml | 2226 | 2017-11-23 |
DylanStepCount-master\.idea\modules.xml | 365 | 2017-11-23 |
DylanStepCount-master\.idea\runConfigurations.xml | 564 | 2017-11-23 |
DylanStepCount-master\.idea\vcs.xml | 180 | 2017-11-23 |
DylanStepCount-master\LICENSE.md | 935 | 2017-11-23 |
DylanStepCount-master\README.md | 4316 | 2017-11-23 |
DylanStepCount-master\app-debug.apk | 1641890 | 2017-11-23 |
DylanStepCount-master\app | ||
DylanStepCount-master\app\.gitignore | 7 | 2017-11-23 |
DylanStepCount-master\app\build.gradle | 909 | 2017-11-23 |
DylanStepCount-master\app\libs | ||
DylanStepCount-master\app\libs\lite-orm-1.7.0.jar | 123341 | 2017-11-23 |
DylanStepCount-master\app\proguard-rules.pro | 653 | 2017-11-23 |
DylanStepCount-master\app\src | ||
DylanStepCount-master\app\src\main | ||
DylanStepCount-master\app\src\main\AndroidManifest.xml | 3352 | 2017-11-23 |
DylanStepCount-master\app\src\main\java | ||
DylanStepCount-master\app\src\main\java\cn | ||
DylanStepCount-master\app\src\main\java\cn\bluemobi | ||
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan | ||
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step | ||
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\activity | ||
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\activity\HistoryActivity.java | 2963 | 2017-11-23 |
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\activity\MainActivity.java | 4630 | 2017-11-23 |
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\activity\SetPlanActivity.java | 5543 | 2017-11-23 |
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\adapter | ||
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\adapter\CommonAdapter.java | 1377 | 2017-11-23 |
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\adapter\CommonViewHolder.java | 1018 | 2017-11-23 |
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\app | ||
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\app\MyApplication.java | 241 | 2017-11-23 |
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\pedometer | ||
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\pedometer\StepDetector.java | 4190 | 2017-11-23 |
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\pedometer\StepListener.java | 101 | 2017-11-23 |
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\pedometer\StepsDetectService.java | 1783 | 2017-11-23 |
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\step | ||
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\step\UpdateUiCallBack.java | 248 | 2017-11-23 |
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\step\accelerometer | ||
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\step\accelerometer\StepCount.java | 1836 | 2017-11-23 |
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\step\accelerometer\StepCountListener.java | 153 | 2017-11-23 |
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\step\accelerometer\StepDetector.java | 6240 | 2017-11-23 |
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\step\accelerometer\StepValuePassListener.java | 168 | 2017-11-23 |
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\step\bean | ||
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\step\bean\StepData.java | 1128 | 2017-11-23 |
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\step\config | ||
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\step\config\Constant.java | 259 | 2017-11-23 |
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\step\service | ||
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\step\service\StepService.java | 21100 | 2017-11-23 |
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\step\utils | ||
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\step\utils\CountDownTimer.java | 3150 | 2017-11-23 |
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\step\utils\DbUtils.java | 3098 | 2017-11-23 |
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\step\utils\SharedPreferencesUtils.java | 3332 | 2017-11-23 |
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\step\utils\StepCountModeDispatcher.java | 1418 | 2017-11-23 |
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\view | ||
DylanStepCount-master\app\src\main\java\cn\bluemobi\dylan\step\view\StepArcView.java | 9749 | 2017-11-23 |
DylanStepCount-master\app\src\main\res | ||
DylanStepCount-master\app\src\main\res\drawable | ||
DylanStepCount-master\app\src\main\res\drawable\cb_plan_selector.xml | 291 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\layout | ||
DylanStepCount-master\app\src\main\res\layout\ac_exercise_plan.xml | 7434 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\layout\ac_history.xml | 2200 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\layout\activity_main.xml | 2598 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\layout\item.xml | 905 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\mipmap-hdpi | ||
DylanStepCount-master\app\src\main\res\mipmap-hdpi\ic_launcher.png | 3418 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\mipmap-mdpi | ||
DylanStepCount-master\app\src\main\res\mipmap-mdpi\ic_launcher.png | 2206 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\mipmap-xhdpi | ||
DylanStepCount-master\app\src\main\res\mipmap-xhdpi\ic_launcher.png | 4842 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\mipmap-xxhdpi | ||
DylanStepCount-master\app\src\main\res\mipmap-xxhdpi\arrow_back_white.png | 1513 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\mipmap-xxhdpi\bg_create_group.png | 268958 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\mipmap-xxhdpi\btn_bg_short.png | 2896 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\mipmap-xxhdpi\btn_submit_bg.png | 4154 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\mipmap-xxhdpi\cb_normal_plan.png | 5309 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\mipmap-xxhdpi\cb_selected_plan.png | 6508 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\mipmap-xxhdpi\home_question_mark.png | 3098 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\mipmap-xxhdpi\home_statistical.png | 2858 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\mipmap-xxhdpi\ic_launcher.png | 7718 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\mipmap-xxhdpi\logo.png | 9096 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\mipmap-xxhdpi\settle_accounts_bt_bg.png | 1286 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\mipmap-xxhdpi\sport.jpeg | 48033 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\mipmap-xxxhdpi | ||
DylanStepCount-master\app\src\main\res\mipmap-xxxhdpi\ic_launcher.png | 10486 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\values-w820dp | ||
DylanStepCount-master\app\src\main\res\values-w820dp\dimens.xml | 358 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\values | ||
DylanStepCount-master\app\src\main\res\values\colors.xml | 500 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\values\dimens.xml | 211 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\values\strings.xml | 74 | 2017-11-23 |
DylanStepCount-master\app\src\main\res\values\styles.xml | 363 | 2017-11-23 |
DylanStepCount-master\build.gradle | 498 | 2017-11-23 |
DylanStepCount-master\gradle.properties | 730 | 2017-11-23 |