Skip to main content

Native Development Android TV

The files required to run your Hosanna app on Android TV are located in the android folder of your project. Open this folder directly in Android Studio for further development, emulator runs, device validation, packaging, and release builds.

Workflow

  1. Build shared screens, state, focus maps, AppConfig styles, and fragments in the Hosanna project.
  2. Use Web for fast iteration and the Android TV emulator for device-class checks.
  3. Validate DPAD input, Back behavior, lifecycle resume, networking, media playback, and performance on physical Android TV hardware.
  4. Package release artifacts through the Android toolchain.

Keep Android-specific services behind adapters so shared Hosanna views remain portable across Roku, Apple TV, Samsung TV, iOS, Android, and Web.