Skip to main content

Pedometer Apps for Android



We all know that Nexus 5, Galaxy S4 and other newer android phones have a built-in pedometer sensor. Using it with the right apps will displace the fitness bands like fitbit. Android 4.4 has added support for two new composite sensors -- step detector and step counter. These sensors let your app track steps when the user is walking, running, or climbing stairs. These new sensors are implemented in hardware for low power consumption. So here are the pedometer apps to help your track your activities.


Moves 

It is one of the well designed apps on the PlayStore. It tracks your daily walking, running, cycling and distance covered in a vehicle. It uses the collected data to show you what paths you took by showing routes in a map. You have to turn on GPS to use this app correctly.

 

Warning : Doesn't work with Samsung Galaxy Note 2

Play Link :
(https://play.google.com/store/apps/details?id=com.protogeo.moves)



Runtastic Pedometer

Though Moves boasts one of the most beautiful UI design, many users have complained that it drained the battery. So Runtastic would be a better alternative for most of the users.  It can record all your steps and you can also share your activity to your friends in Facebook, Google+ and Twitter. 

You can also manage all your data from Runtastic.com. Users can also save body data: weight and height for an accurate calorie count.

Play Link :
https://play.google.com/store/apps/details?id=com.runtastic.android.pedometer.lite


Pedometer

It is a simple pedometer app which uses the hardware step detector sensor of the Nexus 5 for minimal battery impact. Unlike Moves or Runtastic, it really only does count your steps, and therefore does not need to turn on GPS or anything.
 

It also features Google Play Games Achievements to keep you motivated.
Pedometer is currently in Beta so you need to join it's developer's Google+ community to access it: https://plus.google.com/communities/105937043250929950642

Then opt-in for beta from here: https://play.google.com/apps/testing/de.j4velin.pedometer

Select Become a Tester and then Click on Download from Playstore to go to its playstore page.




Activity Feature in Google Now

Alternatively you can use activity summary card in the Google Now and get the counted steps. The magic wand in the middle (between the reminder finger and the three dots menu) lets you configure what shows up in Google Now.
 

 It will ask you "How do you usually get around?" Use your preferred activity.
 If you go into "Everything else" and say Yes to "Continue to get activity summary"  it should start reporting it for you. 


Which is your favourite pedometer app? Did i miss any good pedometer apps in this post? Let me know in the comments below.


Stay High on Android. Peace!!!



Comments

Popular posts from this blog

How to enable Google Now in Nepal and other countries (Solve - Google Location reporting not available in your region problem)

Google Now was first introduced in Android 4.1 Jellybean and it has been used as a personal assistant by many android users ever since. However after the introduction of Android 4.4 Kitkat many users started to complain that the search update broke google now functionality.   Some of you might just have bought a shiny new Nexus 5 to enjoy a fine android experience but the lack of Google Now left you disappointed. When on the home screen of the default Android Launcher, swiping to the left should take you to the Google Now interface but for some of the users it is nowhere to be found. Also there are many people who flash custom roms to enjoy latest android builds on their devices. I am using Galaxy Nexus which didnot get the Kitkat update from Google. So i flashed a custom rom which promised the Google Now feature on the left side of the homescreen of default Kitkat launcher. But like some of you Nexus 5 users i was left disappointed. So i began my quest for searching a ...

Gnome Extensions I Use To Enhance My Desktop Usage

I am currently running Fedora 22 with Gnome 3.16 . One of the best features of GNOME are shell extensions. These extensions bring all sorts of handy features to GNOME. Installing and using GNOME extensions couldn't be any simpler. Simply browse over extensions.gnome.org  and look for the extension that appeals to you. Click the switch from Off to On, and immediately you're prompted to install it. That's it. Here are the extensions that I use to personalize my Fedora 22 experience and maximize my performance. Hopefully they can make you enjoy your Gnome Desktop experience. 1. Activities Configurator It can be used to configure the activities button and Top panel appearance. https://extensions.gnome.org/extension/358/activities-configurator/ 2. Alternate Tab GNOME Shell’s default Alt-Tab behavior groups windows into a single application icon and shows applications from all workspaces. This extension substitutes Alt-Tab with a window based switcher that ...

How to install Ubuntu Make (Ubuntu Developer Tools Center) in Ubuntu 14.04 and 14.10

Ubuntu Make is a project by Canonical to enable quick and easy setup of common developer tools on Ubuntu. It was formerly named Ubuntu Developer Tools Center and was changed to Ubuntu Make based on the new name proposals from Ubuntu community. With a new name also comes a new 0.2 release which brings fixes for Android Studio installation. ADT has been removed because it is no longer in active development. Also Android Studio doesn't ship with Android SDK but you can download it separately or from the Android Studio setup process. Ubuntu Make can be used to install Android Studio and Eclipse for now. To install Ubuntu Make in Ubuntu 14.04 and 14.10, enter the following commands in Terminal: sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make sudo apt-get update sudo apt-get install ubuntu-make To install Android Studio, enter the following commands : umake android Then choose the installation path (or use the default), accept license by entering ...