It's a demo games listing app created with Modern Android development approaches. This project is similar with Games App.
- Kotlin with coroutines and Flow for asynchronous.
- Koin
- JetPack
- Compose
- Lifecycle
- ViewModel
- MVVM Architecture
- Repository pattern
I used RAWG games api.
Secrets file have to be in ../app/src/main/java/com/allybros/jetpack_compose_games_app/entity/common/
Secrets format
const val API_KEY= "API_KEY"
It's a simple kotlin file called Secrets.kt