/Pokedex

Pokedex Android App built using Kotlin, MVVM Arch, Hilt, Coroutines, Flow, Room, ViewModel, Retrofit and using XML and Jetpack Compose side by side.

Primary LanguageKotlinApache License 2.0Apache-2.0

Workflow result

Pokedex

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