Tag

Android TV

1 views collected around this technical thread.

Goodme Frontend Team
Goodme Frontend Team
Mar 3, 2025 · Frontend Development

Enable Offline HLS Playback on Android TV with Service Workers

This article details a solution for playing newly added drink videos on Android TV devices by converting large files into HLS streams, using service workers to cache each fragment in IndexedDB, and employing hls.js to enable seamless offline playback while managing memory constraints.

Android TVHLSOffline Playback
0 likes · 8 min read
Enable Offline HLS Playback on Android TV with Service Workers
iQIYI Technical Product Team
iQIYI Technical Product Team
Aug 12, 2022 · Mobile Development

Analysis and Solution of Inline Crash in Android TV Plugin Architecture

The article explains that Android TV plugins can crash on Android 9 when the ART runtime inlines methods across dex files after an upgrade, and proposes a build‑time fix that scans for vulnerable call sites and injects lightweight try‑catch code to disable inlining, eliminating the crash.

Android TVDexHot Update
0 likes · 17 min read
Analysis and Solution of Inline Crash in Android TV Plugin Architecture
Tencent Music Tech Team
Tencent Music Tech Team
Dec 31, 2019 · Frontend Development

Exploring Android TV Leanback Library: Introduction, Integration, and Core Components

This article walks through Android TV’s Leanback library—its purpose, how to add the dependency, and core components such as BaseGridView, Presenter, and ObjectAdapter—using the QQ Music TV app as a case study, while weighing its design advantages against maturity and update‑frequency drawbacks.

Android TVLeanbackMVP
0 likes · 10 min read
Exploring Android TV Leanback Library: Introduction, Integration, and Core Components
Tencent Music Tech Team
Tencent Music Tech Team
Jul 20, 2016 · Mobile Development

Overview of Android TV Development

Android TV, now dominating China’s rapidly expanding smart‑TV market, offers a large shared screen experience and extensive I/O options, while development mirrors Android phone projects using Android Studio and Gradle, with debugging on boxes or tablets, and requires careful handling of limited CPU/memory, background‑process behavior, and wired‑network connectivity.

Android TVDebuggingMemory Management
0 likes · 8 min read
Overview of Android TV Development