A Multi-Module Android app built using with Kotlin, Jetpack Compose, MVVM with Clean Architecture, Paging3, Flow, Coroutines, Hilt, Retrofit, OKHttp, Firebase, DataStore
Last updated Jun 11, 2026
99
Stars
18
Forks
1
Issues
0
Stars/day
Attention Score
24
Topics
Language breakdown
No language data available.
โธ Files
click to expand
README
Movie App
This movie application provides users with an extensive collection of films, allowing them to explore detailed information about each movie. Users can search for specific films and delve into their details. Additionally, the app enables users to watch trailers and video clips related to each film.
Overview
- This project embraces a robust development approach by incorporating Multi-Module, MVVM (Model-View-ViewModel), and Clean Architecture principles.
Multi-Module
- The modular structure enhances maintainability, scalability, and extensibility.
- Each module can be developed independently, fostering code organization and minimizing dependencies.
Clean Architecture
- Clean Architecture principles are applied to each feature module in this project.
MVVM (Model-View-ViewModel)
- MVVM provides a clear separation between the user interface (View) and business logic (ViewModel), promoting code readability.
Used in the project
-
Jetpack Compose:Modern declarative UI Toolkit for Android -
Navigation Compose:Allows to easily build multi screen apps
Paging3 Allows for the gradual loading of large datasets from the data source easily
* Firebase for Authentication & Storage
* Hilt for dependency injection
* Coroutines for asynchronous programming
-
FlowAn asynchronous data stream that sequentially emits values -
OkHttpfor caching data. -
RetrofitA modern and type-safe HTTP client for communicating with RESTful web services. -
DataStoreA modern data storage solution for storing and retrieving data, part of the Jetpack libraries. -
TMDB APIPopular and user editable database for movies and TV shows.
๐ธ Video
https://github.com/kursatkumsuz/movie/assets/59700175/967f123b-718e-4751-a7ff-d7abd25f56b3
๐ธ Screens
Dark Mode
๐ More in this category