This repository contains a sample android app which shows the upcoming movies and details. It uses the TMDB's API implementation.
- Download apk from here.
- screenshot: Sample screenshot from mobile emulator, tablet and real mobile device.
- code: The android app code.
- TMDB's API key, click here for sign up
- Android SDK v28
- Android Support Repository
- open android studio, select File -> Import -> "Existing Projects into your workspace".
- go to the path where you cloned the Repo: (repoFolder)\code
- add your registered TMDB api-key into string.xml.
- rebuild the project and run.
- MVVM architecture
- Dependency Injection : Dagger2
- Android Architecture Components : Live data, View Model
- Retrofit
- RXJava2
- Data Binding
- Language: Kotlin
- Ravi Gadhiya
- This project is licensed under the MIT license.
Please feel free to submit issues with any bugs or other unforeseen issues you experience.