MovieDB is an Android showcase app built around The Movie Database (TMDb) API. Browse movies and TV series, search, and view detailed pages.
MovieDB demonstrates a typical MVVM Android application. Below are some of the libraries and components used in the project.
- π Retrofit with RxJava3, Moshi and OkHttp for networking
- π» Dagger 2 for dependency injection
- πΊ RecyclerView based screens for movies and TV shows
- π¬ Search and detailed pages with cast, seasons and episodes
- β€οΈ Favorites stored locally
- π Dark mode and multiple language support
- π‘ ExpandableTextView for long descriptions
- π· Picasso and Glide for image loading
- π₯ Material Components
This project is written in Kotlin and uses AndroidX libraries. Core dependencies include Dagger 2 for dependency injection, Retrofit with OkHttp and Moshi for network requests, and RxJava3 for reactive operations. Images are loaded with Picasso and Glide while Timber is used for logging.
Below are sample screens from the application. Each image is scaled to 300Β px wide for readability.
Shows trending movies and TV series.
Detailed view with cast and overview information.
Quickly find movies and shows.
Browse popular and top rated series.
Episode and season information.
See actor biography and credits.
Your saved movies and series.
Dark mode and language options.
Season episodes and air dates.
Startup animation.
If this project helps you, feel free to buy me a coffee!
MIT License
Copyright (c) 2023 Halil OZEL
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.