The Jetpack Compose PokeAPI Series
1 min readMar 22, 2024
This module illustrates a tutorial about how to build a Pokedex consuming the PokeAPI step by step using Kotlin with Jetpack Compose. Each article illustrates a different concept and the tutorial should be followed step by step.
API consuming with Retrofit and MVVM:
Dependency Injection with Hilt:
PokeAPI Pagination:
Dependency Injection with Koin:
HTTP Interceptor pattern:
Room Database