https://github.com/halilozel1903/androidtvmovieparadise
Movie đ Paradise đ¤ is an Android TV đē app. ExoPlayer, Dagger 2, RxJava, ButterKnife, Timber, Glide, Picasso libraries used.
https://github.com/halilozel1903/androidtvmovieparadise
android-application android-rxjava android-tv android-tv-application android-tv-apps android-tv-box android-tv-demo androidtv androidtvlauncher androidtvleanback androidtvtutorial dagger2-android movie-paradise movies-api retrofit-2 tmdb-api tmdb-movie tv-apps tv-series tv-shows
Last synced: 2 months ago
JSON representation
Movie đ Paradise đ¤ is an Android TV đē app. ExoPlayer, Dagger 2, RxJava, ButterKnife, Timber, Glide, Picasso libraries used.
- Host: GitHub
- URL: https://github.com/halilozel1903/androidtvmovieparadise
- Owner: halilozel1903
- Created: 2019-12-01T16:45:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T15:24:51.000Z (7 months ago)
- Last Synced: 2025-03-28T12:07:33.577Z (2 months ago)
- Topics: android-application, android-rxjava, android-tv, android-tv-application, android-tv-apps, android-tv-box, android-tv-demo, androidtv, androidtvlauncher, androidtvleanback, androidtvtutorial, dagger2-android, movie-paradise, movies-api, retrofit-2, tmdb-api, tmdb-movie, tv-apps, tv-series, tv-shows
- Language: Java
- Homepage: https://medium.com/@halilozel1903/membership
- Size: 25.4 MB
- Stars: 171
- Watchers: 6
- Forks: 64
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Movie đŦ Paradise đĨ

Android TV is a version of the Android operating system. It's developed by Google for soundbars, set-top boxes, digital media players, and TVs with native applications. It's a replacement for Google TV. Android TV platform was first launched in June 2014. This platform has also been adopted as smart TV middleware by a company such as Sharp and Sony.
Movie Paradise is an Android TV đē app. This app is working Android TV & Android STB. đš đ
Application is using The Movie Database. đđģ
https://www.themoviedb.org/documentation/api
The application uses the basic components of Android TV application.
Build apps that let users experience your app's immersive content on the big screen. Users can discover your content recommendations on the home screen, and the leanback library provides APIs to help you build a great use experience for a remote control.
I wrote a blog post about Android TV. You can access the article from the link below.
https://medium.com/@halilozel1903/how-to-develop-android-tv-app-5e251f3aa56b
## Home đĄ Screen đē

This is the area where the data taken from API is displayed.
The search icon is on the main page.
By clicking on the icon, you can search.
The App has 4 category.
**Now Playing**, **Top Rated**, **Popular** and **Upcoming**
## Now Playing âļī¸

## Top âđģ Rated đ

## Popular đĨŗ

## Upcoming đ

## Detail đ Screen â

The detail page shows many content. Title, Poster, Labels, Director, Overview

## Detail Screen Recommend đ

## Detail Screen Cast đđŧââī¸ đ¨

## Search Screen đ
You can search for the desired movie on the search screen.

Search results are displayed instantly.

We searched the SpiderMan movie. You can view the detail of the movie.

## Sources đ
- [How to develop Android TV App?](https://halilozel1903.medium.com/how-to-develop-android-tv-app-5e251f3aa56b)
- [Android TV](https://developer.android.com/tv/)
- [Building an Android TV app](https://medium.com/@Marcus_fNk/building-an-android-tv-app-part-1-7f59b3747446)## Donation đ¸
If this project help you đ , you can give me a cup of coffee. â
[](https://www.buymeacoffee.com/halilozel1903)
## License âšī¸
```
MIT LicenseCopyright (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.
```