# tv-samples **Repository Path**: Android-TV/tv-samples ## Basic Information - **Project Name**: tv-samples - **Description**: Multiple samples showing best practices in app development on Android TV. - **Primary Language**: Android - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-06-23 - **Last Updated**: 2023-11-23 ## Categories & Tags **Categories**: tv-devel **Tags**: None ## README Android TV Samples Repository ============================= This repository contains a set of individual Android TV projects to help you get started writing Android TV apps. - ClassicsKotlin: A modern Android TV app using Kotlin to show classic videos - Leanback: A Java app that demonstrates a basic Android TV app - Leanback Showcase: A Java app that demonstrates many different parts of the Leanback SDK and how to customize them ## Getting Started - Clone this repo: ```sh git clone https://github.com/android/tv-samples.git ``` - Open the specific project(s) you're interested in within [Android Studio][studio] Need more information about getting started with Android TV? Check the [official getting started guide][getting-started]. ## Additional Resouroces - [Android TV Introduction](http://www.android.com/tv/) - [Android TV Developer Documentation](http://developer.android.com/tv) - [Android TV Apps in Google Play Store][store-apps] ## Support If you need additional help, our community might be able to help. - Stack Overflow: [http://stackoverflow.com/questions/tagged/android-tv](http://stackoverflow.com/questions/tagged/android-tv) ## License See the [LICENSE file][license] for details. [studio]: https://developer.android.com/tools/studio/index.html [getting-started]: https://developer.android.com/training/tv/start/start.html [store-apps]: https://play.google.com/store/apps/collection/promotion_3000e26_androidtv_apps_all [license]: LICENSE