android-cordova-pedometer
Mobile icon

Android Cordova Pedometer

version 0.1.1 (Compatible with OutSystems 11)
Uploaded on 23 June 2021 by 
0.0
 (0 ratings)
android-cordova-pedometer

Android Cordova Pedometer

Details
This is a plugin that bridges the Pedometer feature of Android to Outsystems. It is a simple Pedometer that monitors steps in real time.
Read more

This is a simple Android Pedometer plugin mainly developed to bridge the pedometer feature to Outsystems through Cordova.

Features:

  • Lets you ask permission for "Activity Recognition" needed for the pedometer app.
  • Lets you capture the steps being detected by android while the application is active. (steps starts at 0)


Usage


  • First the application needs to check for permission
  • If the application does not have permission it will need to request the permission
  • When the permission is already granted. You can now call the "Start Pedometer" function
  • You will then need a listener that executes when ever a step event is happening
  • And finally if you are going to exit the app call the "Stop Pedometer" function


Please refer to the sample project for more detailed info.

Release notes (0.1.1)

Updated permission checking

Reviews (0)
Team