0

A friend asked me to make an app for a TV that shows some information on one halve of the TV and on the other halve he wants to put some TV channel. My question is if it is possible to create an app that does that for android TV. Showing on half of the screen a TV channel and on the other half some information.

Enzokie
  • 7,365
  • 6
  • 33
  • 39
Manuel_Rodrigues
  • 560
  • 2
  • 18

1 Answers1

2

Everything is possible. If you want to make TV application, Google encourages you to use Tv Input Framework TIF.

It consists of 2 parts: service which acquires channels from cable and application which binds to that service and shows channels lists.

You can use Leanback library by Google: leanback

EDIT: Example of TIF service: TIF service commectial app example

vanste25
  • 1,754
  • 14
  • 39