Pedometer
=========
[![Build Status](https://travis-ci.org/j4velin/Pedometer.svg?branch=master)](https://travis-ci.org/j4velin/Pedometer)
Lightweight pedometer app using the <b>hardware step-sensor</b> for minimal battery consumption.
This app is designed to be kept running all the time without having any impact on your battery life! It uses the hardware step detection sensor of the Nexus 5, which is already running even when not using any pedometer app. Therefore the app does not drain any additional battery. Unlike other pedometer apps, this app does <b>not</b> track your movement or your location so it doesn't need to turn on your GPS sensor (again: <b>no impact on your battery</b>).
Sign in with your Google account to unlock <b>achievements</b> and keep you motivated!
Pedometer uses the [EazeGraphLibrary](https://github.com/blackfizz/EazeGraph "EazeGraphLibrary") by Paul Cech and [a fork](https://github.com/j4velin/colorpicker) of [ColorPickerPreference](https://github.com/attenzione/android-ColorPickerPreference "android-ColorPickerPreference: Android color picking library") by Sergey Margaritov.
<table sytle="border: 0px;">
<tr>
<td><img width="200px" src="screenshot1.png" /></td>
<td><img width="200px" src="screenshot2.png" /></td>
</tr>
</table>
<a href="https://play.google.com/store/apps/details?id=de.j4velin.pedometer">
<img alt="Get it on Google Play"
src="https://developer.android.com/images/brand/en_generic_rgb_wo_45.png" />
</a>
<a href="https://f-droid.org/repository/browse/?fdid=de.j4velin.pedometer&fdpage=35">
<img alt="Get it on F-Droid"
src="https://cloud.githubusercontent.com/assets/12447257/8024903/ce8dca32-0d44-11e5-95b0-e97d1d027351.png" />
</a>
没有合适的资源?快使用搜索试试~ 我知道了~
适用于 Android 的轻量级计步器应用程序,使用硬件步数传感器_java_代码_下载
共96个文件
xml:34个
png:24个
java:23个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 11 浏览量
2022-07-04
17:54:15
上传
评论
收藏 500KB ZIP 举报
温馨提示
轻量级计步器应用程序,使用硬件步长传感器以最小化电池消耗。此应用程序旨在一直运行,而不会对您的电池寿命产生任何影响!它使用 Nexus 5 的硬件步数检测传感器,即使不使用任何计步器应用程序,它也已经在运行。因此,该应用程序不会消耗任何额外的电池。与其他计步器应用程序不同,此应用程序不会跟踪您的运动或您的位置,因此它不需要打开您的 GPS 传感器(同样:对您的电池没有影响)。 更多详情、使用方法,请下载后阅读README.md文件
资源推荐
资源详情
资源评论
收起资源包目录
Pedometer-master.zip (96个子文件)
Pedometer-master
.travis.yml 217B
NOTICE 178B
gradlew.bat 2KB
gradlew 5KB
proguard-project.txt 84B
screenshot1.png 115KB
key.properties.sample 178B
LICENSE 11KB
gradle
wrapper
gradle-wrapper.jar 49KB
gradle-wrapper.properties 231B
src
fdroid
java
de
j4velin
pedometer
ui
Activity_Main.java 5KB
util
PlaySettingsWrapper.java 1KB
main
res
values-fr
strings.xml 4KB
values-pt-rBR
strings.xml 5KB
menu
main.xml 1KB
mipmap-xxxhdpi
ic_launcher.png 5KB
values-lt
strings.xml 1KB
values-ru
strings.xml 6KB
values-es
strings.xml 4KB
values-cs
strings.xml 4KB
layout-land
fragment_overview.xml 4KB
statistics.xml 4KB
values-bn
strings.xml 7KB
values-de
strings.xml 5KB
drawable-hdpi
ic_notification.png 576B
ic_pause.png 161B
ic_resume.png 342B
ic_dashclock.png 1KB
drawable-xhdpi
ic_notification.png 796B
ic_pause.png 169B
ic_resume.png 416B
ic_dashclock.png 2KB
values-be
strings.xml 6KB
values-fi
strings.xml 4KB
drawable-xxhdpi
ic_notification.png 1KB
ic_pause.png 232B
ic_resume.png 659B
ic_dashclock.png 3KB
values-sv
strings.xml 4KB
mipmap-hdpi
ic_launcher.png 2KB
values-ja
strings.xml 5KB
values-ko
strings.xml 4KB
values
strings.xml 4KB
.gitignore 9B
values-tr
strings.xml 5KB
values-zh-rTW
strings.xml 4KB
drawable-mdpi
ic_notification.png 406B
ic_pause.png 131B
ic_resume.png 246B
ic_dashclock.png 766B
values-zh-rCN
strings.xml 2KB
values-hu
strings.xml 5KB
mipmap-xxhdpi
ic_launcher.png 4KB
mipmap-mdpi
ic_launcher.png 1KB
mipmap-xhdpi
ic_launcher.png 3KB
xml-v26
settings.xml 830B
layout
signin.xml 969B
widgetconfig.xml 1KB
dialog_split.xml 3KB
widget.xml 1KB
fragment_overview.xml 3KB
stepsize.xml 1KB
statistics.xml 3KB
xml
widget.xml 483B
settings.xml 865B
values-it
strings.xml 4KB
ic_launcher-web.png 16KB
java
de
j4velin
pedometer
AppUpdatedReceiver.java 1KB
SensorListener.java 10KB
ShutdownRecevier.java 2KB
BootReceiver.java 2KB
ui
Fragment_Overview.java 13KB
Dialog_Statistics.java 3KB
Dialog_Split.java 4KB
Fragment_Settings.java 18KB
util
Logger.java 2KB
API23Wrapper.java 1KB
API26Wrapper.java 3KB
Util.java 2KB
widget
DashClock.java 2KB
WidgetConfig.java 3KB
WidgetUpdateService.java 2KB
Widget.java 2KB
Database.java 13KB
AndroidManifest.xml 3KB
play
java
de
j4velin
pedometer
ui
Activity_Main.java 11KB
util
PlayServices.java 11KB
GoogleFit.java 8KB
PlaySettingsWrapper.java 5KB
AndroidManifest.xml 432B
example.keystore.jks 2KB
.gitignore 425B
README.md 2KB
playstore_description.txt 5KB
build.gradle 3KB
screenshot2.png 209KB
共 96 条
- 1
资源评论
快撑死的鱼
- 粉丝: 1w+
- 资源: 9149
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- C#物联订单仓储综合管理系统源码 物联综合管理系统源码数据库 SQL2008源码类型 WebForm
- 2024年最新敏感词库(7万余条)
- java带财务进销存ERP管理系统源码数据库 MySQL源码类型 WebForm
- java制造业MES生产管理系统源码 MES源码数据库 MySQL源码类型 WebForm
- 基于无人机航拍数据实现的三维场景重建python源代码+文档说明+数据集(高分项目)
- 【重磅,更新!】全国2000-2022年植被指数数据(分辨率30m)
- 包含Qt5Core.dll Qt5Gui.dll Qt5Network.dll Qt5Svg.dll Qt5Widgets.dl
- python3.6 get-pip.py
- python期末大作业基于ResNet的人脸表情识别项目源码+数据集+模型文件(高分项目)
- C#大型多门店4S连锁汽车维修保养管理系统源码(带文档)数据库 SQL2008源码类型 WebForm
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功