EPG Layout like androidtv livetv app

2.9k views Asked by At

We are developing the EPG layout for android tv app but our app does not implement the TIF completely

Can we use only EPG layout from TIF and render it on my app?

Any ideas, please suggest

Thanks

3

There are 3 answers

0
Volodymyr On

You can check the source code of Live Channels (EPG layout included) here: https://github.com/PerfsolTech/EPGView

  • Display TV schedule as a grid.
  • Support for various EPG data sources (Mapping XML, JSON, API to library model).
  • Customizable design and styling.
  • Program search and filtering capabilities.
  • Easy integration into your Android TV or mobile application.
  • Supporting D-Pad and touch (or mouse) scrolling
0
anhtuannd On

You can check the source code of Live Channels (EPG layout included) here: https://android.googlesource.com/platform/packages/apps/TV/+/android-live-tv

Please keep in mind that if you are third party developer, you can not access all EPG data. com.android.providers.tv.permission.ACCESS_ALL_EPG_DATA permission is only granted to system app.

2
Daniel Zolnai On

We have created a library based on the source code of the Android Live Channels app (the source code linked in the other answer):

https://github.com/egeniq/android-tv-program-guide

It does not use the EPG data as the official app does, but you can supply your own channels and programs. (Although building a connector from the TV EPG data to this library should be fairly simple).