A simple Android client for The Movie DB
This project is an Android app which displays data from The Movie Database The Movie Database API.
- Get Movies
- Get the Popular Movies
- Get the Top Rated Movies
- Get the Upoming
- Get the Now Playing
- Get Tv shows
- Get the Popular Tv shows
- Get the Top Rated
- Get the On Tv
- Get the Airing Today
- Get People
- Show the movie detail and tv shows details
- Get the images from a movie and tv shows
- Get the trailers/clips from a movie and tv show
- Search Movies, tv shows and persons
In the build.gradle
assign your API_KEY_TMDB
- Get the TheMoviedb API KEY here
ext {
API_KEY_TMDB = "\"YOU_API_KEY\""
}
- Fully written in Kotlin language
- Retrofit 2
- Dagger 2
- RxKotlin 2
- RxAndroid 2
- DraggablePanel - DEPRECATED
- QSVideoPlayer
- Gson
- Glide
- MaterialSearchView
- KAndroid
- Android Ktx
- Android View Animations
- Circle-Progress-View
- Other support libraries Androidx - AppCompat, RecyclerView, CardView, Design