fahadmir123 / Hilt-MVVM-Compose-Movie

Movie App built with Compose, Hilt and MVVM Clean Architecture recommended by Google

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie World

API Build Status License

A simple project using The Movie DB based on Kotlin MVVM architecture and compose.

Main Features

  1. Movie list
  2. Pagination with paging3
  3. Movie detail
  4. Artist info and artist detail
  5. Bottom navigation
  6. Search filter for movie
  7. Genre movie in navigation drawer
  8. Network connection state with SnackBar

Architecture

  • MVVM Architecture (Composable View - ViewModel - Model)
  • Repository pattern
  • Hilt - dependency injection

Built With 🛠

  • Kotlin - First class and official programming language for Android development.
  • Jetpack Compose - Jetpack Compose is Android’s modern toolkit for building native UI.
  • Coroutines - For asynchronous and more..
  • Flow - A cold asynchronous data stream that sequentially emits values and completes normally or with an exception.
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • LiveData - Data objects that notify views when the underlying database changes.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
    • Paging3 - The Paging library helps you load and display pages of data from a larger dataset from local storage or over network
  • Dependency Injection
    • Hilt - Easier way to incorporate Dagger DI into Android apps.
  • Retrofit - A type-safe HTTP client for Android and Java.
  • Material Components for Android - Modular and customizable Material Design UI components for Android.
  • Timber - A logger with a small, extensible API which provides utility on top of Android's normal Log class.

👨 Developed By

Mehedi Hassan Piash

Twitter Web Medium Linkedin

About

Movie App built with Compose, Hilt and MVVM Clean Architecture recommended by Google


Languages

Language:Kotlin 100.0%