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
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
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.
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).
You can check the source code of Live Channels (EPG layout included) here: https://github.com/PerfsolTech/EPGView