Runique is a multi-module running tracker apps that monitors health and running data tracks with current location and is available on both mobile devices and Wear OS platforms.
RuniqueDemo.mp4
- Offline-first development App
- Multi-module MVVM architecture
- Authentication systems (OAuth / token refresh)
- Dynamic feature modules
- Google Maps SDK
- Jetpack Compose in multi-module projects
- Wear OS development (Health services API, data sync, UI building)
Then simply include them in local.properties
:
API_KEY=<RUNIQUE_API_KEY>
MAPS_API_KEY=<GOOGLE_MAPS_API_KEY>
Afterwards, build the project and you're ready to use it.