/leanback-samples

Primary LanguageKotlinApache License 2.0Apache-2.0

LeanbackSamples

This repository contains Android TV sample projects on various different topics.

📝 Check blog post here

In this project we learn about Android MediaSession API, why we should use it, and how to implement it on Android TV (or Fire TV) apps.

📝 Check blog post here

Go through a step-by-step guide with some helpful insights on creating and publishing your app's Preview Channels to the Android TV home screen and how to handle user interaction with your channels.

Preview Channels


📝 Check blog post here

Understanding the internals of the Leanback APIs is sometimes quite tricky, but it's something we, as developers, must do to make sure we're able to create apps that look and behave correctly to our users. In this project we dive deep into the HeadersSupportFragment, which is part of the BrowseSupportFragment, and almost always, the first piece of content users see in an Android TV app. We will learn about its creation, how it behaves, and how we can customize it.

Custom Headers


📝 Check blog post here

In this project we learn how to update the rows of a RowsSupportFragment leveraging the power of the DiffUtil class and how to update only the specific content that changed in the row.

Rows Update


📝 Check blog post here - Part 1

📝 Check blog post here - Part 2

This is a two-part series where we learn how to use the Leanback APIs to implement and customize the transport controls, i.e., media controls and their related content, handle D-Pad key events following Google's Playback controls on TV guidelines, and how you can organize your code without mixing UI and playback logic.

Transport Controls