This is a demo application built with the goal to create a fun and challenging application based on the MVVM architectural pattern using The Movie Database.
See below for more information.
- Android, Kotlin
- The Movie Database
- Retrofit HTTP Client
- OkHttp - Interceptor
- Picasso - Loading images, caching
Model-View-ViewModel (MVVM)
ViewModel, LiveData, DataBinding, Navigation
Home: Highlighted movie and lists of popular, in theaters and upcoming movies
Movies: Discover movies
TV Shows: Discover tv shows
Show all: Show movie list based on type (popular, in theaters, upcoming)
Movie details: Title, genres, rating, overview, date, runtime, language, videos, and cast
TV Show details: Title, genres, rating, overview, date, episodes, seasons, videos and cast
Person details: Name, biography, photos and known for movies/tv shows
General: Infinite scrolling lists, bottom navigation, error messages with snackbar, progress bar
- Basic knowledge about Android Studio
- Sign up and retrieve a API key from The Movie Database API
- Download and open the project in Android Studio
- Edit the file local.properties and add the line: tmdb_api_key="YOUR_KEY"
- Connect your Android phone or use the emulator to start the application