# AndroidTVMovieParadise **Repository Path**: xinyuan123456/AndroidTVMovieParadise ## Basic Information - **Project Name**: AndroidTVMovieParadise - **Description**: Movie Paradise is an Android TV app ๐Ÿ“บ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-04-18 - **Last Updated**: 2024-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Movie Paradise ๐ŸŽฅ ![Screenshot](https://github.com/halilozel1903/AndroidTVMovieParadise/blob/master/screenshots/androidtv.png) Android TV is a version of the Android operating system. It is developed by Google for soundbars, set-top boxes, digital media players, and TVs with native applications. It is a replacement for Google TV. The 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 ๐Ÿ“บ ![Screenshot](https://github.com/halilozel1903/MovieParadise/blob/master/screenshots/home.png) 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 โ–ถ๏ธ ![Screenshot](https://github.com/halilozel1903/MovieParadise/blob/master/screenshots/nowplaying_focus.png) ### Top Rated ๐Ÿ” ![Screenshot](https://github.com/halilozel1903/MovieParadise/blob/master/screenshots/toprated.png) ### Popular ๐Ÿฅณ ![Screenshot](https://github.com/halilozel1903/MovieParadise/blob/master/screenshots/popular.png) ### Upcoming ๐Ÿ”œ ![Screenshot](https://github.com/halilozel1903/MovieParadise/blob/master/screenshots/upcoming.png)

## Detail Screen โœ… ![Screenshot](https://github.com/halilozel1903/MovieParadise/blob/master/screenshots/detail.png) The detail page shows many content. Title, Poster, Labels, Director, Overview ![Screenshot](https://github.com/halilozel1903/MovieParadise/blob/master/screenshots/detail_area.png) ### Detail Screen Recommend ๐ŸŽ ![Screenshot](https://github.com/halilozel1903/MovieParadise/blob/master/screenshots/detail_recommend.png) ### Detail Screen Cast ๐Ÿ™Ž๐Ÿผโ€โ™€๏ธ ๐Ÿ‘จ ![Screenshot](https://github.com/halilozel1903/MovieParadise/blob/master/screenshots/detail_cast.png)
## Search Screen ๐Ÿ”Ž You can search for the desired movie on the search screen. ![Screenshot](https://github.com/halilozel1903/MovieParadise/blob/master/screenshots/search.png) Search results are displayed instantly. ![Screenshot](https://github.com/halilozel1903/MovieParadise/blob/master/screenshots/search_result.png) We searched the Spiderman movie. You can view the detail of the movie. ![Screenshot](https://github.com/halilozel1903/MovieParadise/blob/master/screenshots/search_result_detail.png)
## 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)

## License โ„น๏ธ ``` MIT License Copyright (c) 2021 Halil ร–zel 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. ```