https://github.com/deniskovalyonoksamples/positiontracker
Xamarin Native Android app sample for tracking device sensors data. Position Tracker dectects GPS location, Accelerations, Accurency, Speed and Distance. App shows how to detect device sensors for Linear Acceleration, Gravity, Rotation Vector and how to get device IMEI. All sensors data can be synchronized with 3-rd party API by app's background sync service.
https://github.com/deniskovalyonoksamples/positiontracker
accelerometer altitude android android-application axml background-service fab gps-coordinates gps-location gps-tracker gravity imei-number locationmanager net rotation splash-screen xamarin xamarin-android
Last synced: 26 days ago
JSON representation
Xamarin Native Android app sample for tracking device sensors data. Position Tracker dectects GPS location, Accelerations, Accurency, Speed and Distance. App shows how to detect device sensors for Linear Acceleration, Gravity, Rotation Vector and how to get device IMEI. All sensors data can be synchronized with 3-rd party API by app's background sync service.
- Host: GitHub
- URL: https://github.com/deniskovalyonoksamples/positiontracker
- Owner: DenisKovalyonokSamples
- Created: 2019-08-28T10:18:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-25T21:48:52.000Z (over 5 years ago)
- Last Synced: 2025-03-31T10:04:27.715Z (2 months ago)
- Topics: accelerometer, altitude, android, android-application, axml, background-service, fab, gps-coordinates, gps-location, gps-tracker, gravity, imei-number, locationmanager, net, rotation, splash-screen, xamarin, xamarin-android
- Language: C#
- Size: 16.7 MB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PositionTracker
Xamarin Native Android app sample for tracking device sensors data. Position Tracker dectects GPS location, Accelerations, Accurency, Speed and Distance. App shows how to detect device sensors for Linear Acceleration, Gravity, Rotation Vector and how to get device IMEI. All sensors data can be synchronized with 3-rd party API by app's background sync service.