Skip to content

Showcases different components that come with the Leanback library for Android TV

License

Notifications You must be signed in to change notification settings

PhiloInc/leanback-showcase

 
 

Repository files navigation

Leanback Support Library Showcase App for Android TV

This sample app showcases different components that come with Leanback library.

The home screen in this sample app is a BrowseFragment consisting of a set of different cards. Each card represents a component in Leanback.

All the cards in this sample app work except the Settings. Settings for now crashes due to some internal issue, and we are working on resolving that in the next few days.

We will also add a new music example card soon. This will be a new PlaybackOverlayFragment that comes with a set of new features.

Introduction

Dependencies

If you use Android Studio as recommended, the following dependencies will automatically be installed by Gradle.

  • Android SDK v7 appcompat library
  • Android SDK v17 leanback support library
  • Android SDK v7 recyclerview library

Getting Started

  • Clone this repo:
git clone https://github.com/googlesamples/leanback-showcase.git
  • In the local.properties file add the location to your Android SDK (You need to install Android SDK 'N').
  • Open the project in Android Studio.
  • Compile and deploy to your Android TV emulator or device (such as a Nexus Player).

Screenshots

Screenshot

Need more information about getting started with Android TV? Check the official docs.

Support

If you need additional help, our community might be able to help.

Contributing

We love contributions! 😄 Please follow the steps in the CONTRIBUTING guide to get started. If you found a bug, please file it here.

License

Licensed under the Apache 2.0 license. See the LICENSE file for details.

About

Showcases different components that come with the Leanback library for Android TV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 90.4%
  • Python 9.6%