An open API service indexing awesome lists of open source software.

https://github.com/halilozel1903/moviedb

MovieDB is an Android application developed using TMDB API. 🎞 đŸŋ đŸ“ē
https://github.com/halilozel1903/moviedb

android-app android-app-development android-application android-movie android-movie-application java-android java-android-application movie-api movie-app movie-app-ui movie-database tmdb-api tmdb-box-office tmdb-data tmdb-database tmdb-favorite-actors tmdb-favourites tmdb-movie tmdb-movie-search tmdb-rest-api

Last synced: 8 months ago
JSON representation

MovieDB is an Android application developed using TMDB API. 🎞 đŸŋ đŸ“ē

Awesome Lists containing this project

README

          

# MovieDB đŸŽŦ đŸŒē

MovieDB is an Android showcase app built around **The Movie Database (TMDb)** API. Browse movies and TV series, search, and view detailed pages.

![TheMovieDB](https://www.themoviedb.org/assets/2/v4/marketing/deadpool-06f2a06d7a418ec887300397b6861383bf1e3b72f604ddd5f75bce170e81dce9.png)

## Features 📊

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

## Technologies Used 🛠

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.

## Screenshots 📸

Below are sample screens from the application. Each image is scaled to 300 px
wide for readability.

### Home Screen
Shows trending movies and TV series.

Home Screen

### Movie Detail
Detailed view with cast and overview information.

Movie Detail

### Search Results
Quickly find movies and shows.

Search

### TV Series Listing
Browse popular and top rated series.

TV Series

### TV Series Detail
Episode and season information.

TV Detail

### Cast Details
See actor biography and credits.

Cast Detail

### Favorites
Your saved movies and series.

Favorites

### Settings
Dark mode and language options.

Settings

### Episode Listing
Season episodes and air dates.

Episodes

### Splash Screen
Startup animation.

Splash

## Donation 💰

If this project helps you, feel free to buy me a coffee!

[![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/halilozel1903)

## License â„šī¸
```
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.
```