tracking

  1. W

    Android Code Snippet "Raise left hand" - tracking with Smartwatch (WearOS)

    Hi Anyone who wants to track whether the user touches their nose, mouth, ear or face can use this code. Used here to remind the user that he eats, smokes or bites his nails. Sub btnStart_Click CallSubDelayed(Player, "Play") End Sub Sub btnStop_Click CallSubDelayed(Player, "Stop") Sub...
  2. Guenter Becker

    Android Question Track Speed even when the B4XPage/App is swiped in background

    Hello, yet I am starting a project where to continously track the speed of a car. For example, if the speed is ahead 10km/h the app will capture the current dateTime and if it is below 10km/h as well. The App should do this even if an other App is running in the foreground. Comming back to the...
  3. Magma

    Share My Creation [B4X] ShareYourSpot (GPS, FLP, MQTT) 0$

    Hi there, another simple app for learning purposes created... ShareYourSpot it is working at B4J and B4A... At B4J i haven't any USB GPS to get location (not including code how will do that, maybe using jserial and reading nmea strings) - so location giving with mouse click at GoogleMaps... but...
  4. Sandman

    Article about Android trackers and permissions

    Might be interesting for those of us that make Android apps and obsess about our required permissions. Android trackers and permissions: Did I say you could do that? https://getsession.org/android-trackers-and-permissions/
  5. M

    Android Question Continous background GPS tracking

    Hi everyone, i'm coding an app for quite a whille (before the update), and i quitted beacuse the SO kill my foreground process while the app is in background, so after an random period of time it stop working. I wish to know if there is a way with the new update to prevent the OS to kill my...
  6. M

    Android Question Background service tracker killed

    Hi everyone, i implemented this code in my app to track the position in background: https://www.b4x.com/android/forum/threads/background-location-tracking.99873/ But after 4 hours it stopped working... what could be the problem? in the "Service_Create" of the tracking i have...
  7. M

    Android Question Stop Location Tracking on app closing

    https://www.b4x.com/android/forum/threads/background-location-tracking.99873/ Hello, i read this post, and i noticed that the process will run for ever even if you close the app. I need to have the service running until i have the app opened (also in background) but i need to stop it when i...
Top