Xamarin Android app that tracks the acceleration and orientation sensors in a foreground service, plots the in real-time and saves the data to a local database.
Tested on Android 8 and 9.
- Xamarin Android (install guide)
- The real-time charts are generated using MPAndroidChart library
- The data is stored on device using Realm database.
- The custom start button is a Xamarin implementation of dimorinny/floating-text-button