An Android movie app that demonstrates the use latest android development tools and libraries. The app fetches data from TheMovieDb API, cahches it on the app, and displays on the UI. This app is built fully with Kotlin using clean arhitecture MVVM pattern.
- Kotlin - First class and official programming language for Android development.
- Material Components for Android - Modular and customizable Material Design UI components for Android.
- Hilt - A fully static and optimized compile-time dependency injection framework for Android.
- Retrofit2 - A type-safe HTTP client for making network calls.
- Glide - An image loading and caching library for Android focused on smooth scrolling
- Espresso - To write concise, beautiful, and reliable Android UI tests
- Navigation Component -To implement and easy navigation between fragments
- Data Binding - Bind data to app user interface
App user interface designed with Google Material Design
Home | Details |
---|---|
Mome | Details |
---|---|
To build this project, you require:
- Android Studio Dolphine.
- Gradle 7.4
Mendhie Emmnanuel Imeh