Matchtracker is an application that enables users to track rugby matches and teams. This application is still under development and regularly being improved, serving as a learning tool for me to progress in Android, Kotlin, and Clean Architecture. Build with android, layout xml, data binding and clean architecture. I developed this application to improve my android development skills.
This project takes advantage of best practices, and many popular libraries and tools in the Android ecosystem.
- Kotlin
- Coroutines - for background operations
- Hilt - for dependency injection
- Retrofit2 - for network communications with REST APIs
- Coil - image loading library