Pedometer is an Android application that counts your steps by using the sensors in the phone.
It calculates the pace (steps per minute), and can help you maintain a desired pace by speaking to you. It will ask you to install the Text-to-Speech library if you enable this option.
It runs as a service, so it keeps counting when the display is off.
Requirements:
· Android OS
What's New in This Release: [ read full changelog ]
· Using built-in TTS
· Fix binding to the service
· Layout extends to the screen, supports various screen sizes
· Adjust default sensitivity, add more options
· Fix division by 0 bug