A Pokedex app for Pokemon Go Players using Kotlin and Jetpack Components with MVVM Architecture
GithubActions for CI / CD, to build apk automatically when a pull request is merged into the main branch
Tech Stack:
Kotlin
MVVM
Dagger, HILT for DI
Coroutines, Flow, LiveData
Retrofit
Room for Db with Coroutines
KotlinX Serialization
Coil for Image Loading
Github Actions for CI