# AndroidTVMovieParadise **Repository Path**: crazyLeo/AndroidTVMovieParadise ## Basic Information - **Project Name**: AndroidTVMovieParadise - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-06 - **Last Updated**: 2024-12-05 ## 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'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 đŸ“ē ![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)
## Donation 💸 If this project help you 💁 , you can give me a cup of 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. ```