I would like to develop a simple application in b4A that would detect if a person is walking, running, cycling or on a vehicle.
This application should be able to
a) Tell the activity that the person is performing
b) Be able to detect 'starting' of the activity and 'stopping' of the activity. After every stop event, it should show the 'Time Taken' and 'the Distance Covered' due to that activity.
Class updated on May 2023. This class allows you to monitor the user / device physical state (walking, running, still, etc.). The state detection is based on Android location services which use low power sensors to try to detect the current activity. Once you connect your app to these services...