A simple read-only client for themoviedb.org for Android, written in Kotlin. This is a v2.0 of my already published Starring app available on the Google Play Store.
The aim of this project is to play around with state-of-the-art Android development practices and libraries.
- Kotlin
- MVVM architecture
- Jetpack / Architecture Components : ViewModel, Navigation, Room DB...
- RxJava
- Retrofit
- Jetpack Compose (TODO)
Movies listsMovie detailsFavorites (Starred)TV shows listsTV shows detailsSeasons & episode detailsPeople listsPeople detailsPaged lists & infinite scrollSearch- Dark mode
- Local theaters schedules for movies
Provide your TMDB api key in a gradle.properties
file in your project's root folder:
api_key = XXXXXXXXXXXXXXXXX