Skip to content

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.

Notifications You must be signed in to change notification settings

marlonl3001/anime-app

Repository files navigation

Anime App

heros_app

Application Tech Stack

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.