Jetpack Compose android app that gets random footballer data from REST API. Retrofit, Dependency Injection...
Random Footballer
Caution! You have to launch the Footballers REST API in your local machine to use demo app.
Basic android app built by Jetpack Compose and gets its data from KTOR backend that I build Footballers REST API. Every button click it gets random footballer data from server and presents it in screen.
Screenshots:
Tech stack:
- Clean Architecture
- MVVM
- Dependency Injection (Hilt)
- Jetpack Compose
- Kotlin Coroutines
- Git
- Coil
- Retrofit