You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an Android app built with Jetpack Compose, MVVM, Clean Architecture, Kotlin Flow and dependency Injection with Dagger-Hilt. It uses Paging 3 library to fetch the data from our own REST API server developed with Ktor framework.
It also save heroes data using Room database and Offline Caching with Remote Mediator.
About
This is an Android app built with Jetpack Compose. It uses Paging 3 library to fetch the data from our own REST API server developed with Ktor framework.