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. đ đŋ đē
- Host: GitHub
- URL: https://github.com/halilozel1903/moviedb
- Owner: halilozel1903
- Created: 2020-07-15T08:22:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-03T14:09:06.000Z (over 2 years ago)
- Last Synced: 2025-04-05T12:23:17.504Z (about 1 year ago)
- Topics: 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
- Language: Java
- Homepage: https://halilozel1903.medium.com
- Size: 11.3 MB
- Stars: 9
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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.

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

### Search Results
Quickly find movies and shows.

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

### TV Series Detail
Episode and season information.

### Cast Details
See actor biography and credits.

### Favorites
Your saved movies and series.

### Settings
Dark mode and language options.

### Episode Listing
Season episodes and air dates.

### Splash Screen
Startup animation.

## Donation đ°
If this project helps you, feel free to buy me a coffee!
[](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.
```