A mileage app for logging trips and get summarized data for reporting.
The app was developed with Android Studio and targets the Android Marshmallow 6.0 (API 23) platform.
The app uses Schematic for the content provider to store the data locally in a SQLite database. Tha app also uses Firebase services for analytics and crash reporting.
Enumerated in the app's build.gradle, we require:
- [Android 6.0] (https://developer.android.com/about/versions/marshmallow/index.html)
- [Android support libraries] (https://developer.android.com/tools/support-library/features.html)
- [Firebase] (https://firebase.google.com/)
- [Schematic] (https://github.com/SimonVT/schematic)
- [HelloCharts] (https://github.com/lecho/hellocharts-android)
Import the Adomile folder into Android Studio as an existing project and select Run > Run app
.