popular-movies-app
About
The App Loads list of popular movies from a mock API and shows in a recyclerView. Any item can be clicked to open the Movie Detail Screen.
Design
🛠
Built With - Kotlin - First class and official programming language for Android development.
- Coroutines - For asynchronous and more..
- Hilt-Dagger - Standard library to incorporate Dagger dependency injection into an Android application.
- 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.
- DataBinding - Bind UI components in the layouts to data sources in the app using a declarative format rather than programmatically.
- Navigation - allow users to navigate across, into, and back out from the different pieces of content within the app.
- Retrofit - A type-safe HTTP client for Android and Java.
- Moshi - A modern JSON library for Kotlin and Java.
- Moshi Converter - A Converter which uses Moshi for serialization to and from JSON.
- Material Components for Android - Modular and customizable Material Design UI components for Android.
Architecture
This app uses MVVM (Model View View-Model) architecture.