Skip to content

EzekielWachira/Anime-App

Repository files navigation

Anime-App

Anime App that shows a list of animations and also allows image upload

Libraries

  • Material You (Material 3)
  • Jetpack Compose - Android’s recommended modern toolkit for building native UI. It simplifies and accelerates UI development on Android. Quickly bring your app to life with less code, powerful tools, and intuitive Kotlin APIs.
  • Retrofit - A Type-safe HTTP client for android and java which simplifies consuming RESTful APIs.
  • Moshi - Converts JSON to Java/Kotlin objects.
  • OkHttp-logging-interceptor - Makes it easy to log OkHttp network traffic
  • Async Image - Image loader library for android jetpack compose with image caching
  • Dagger Hilt - Used for Dependency Injection
  • Room - Persistence library making it easier to work with SQLite database
  • ViewModel - Designed to store and manage UI data in a lifecycler aware fashion.
  • Paging 3 - Paging library for android

LightMode && Dark Mode