python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Starting a service that records sensor data in Kotlin Android App
I'm creating an android app which uses a telematics SDK to start recording driving activity when the SDK picks up that the user is driving. The SDK runs in the background, and has full access to locat...
Marko Vidalis
Votes: 0
Answers: 1
Java - Android - Pedometer Doesn't count steps when the app is running in the background
My problem is that my pedometer only counts the steps when I have the app open.
As soon as I leave the app, it stops counting.
The goal of the Android app is that the steps are counted as long as the ...
mmt
Votes: 0
Answers: 1
Flutter: how can I permanently register a sensor (and never unregister it?)
TL;DR how can I have an Android sensor permanently running/active/registered for my app, even if I close it?
Objective:
I'm making a Flutter application that counts your steps using the pedometer pack...

Cedric
Votes: 0
Answers: 1
React Native Error: react-native-sensor-manager:compileDebugJavaWithJavac FAILED
I'm trying to use the react-native-sensor-manager in order to get the user steps and count that. But the problem is after I installed this package and did all the configuration as in the documentation...

Hamid Hussainy
Votes: 0
Answers: 0