Reputation: 407
I want to implement video app for android smart tv.
Is any sample or free video app in android accepted format?
Thanks.
Upvotes: 1
Views: 12953
Reputation: 8488
Yes. Android 5.0 uses TIF (TV input framework) which allows any developer to create Live TV apps as an appk and once installed, it is automatically added to the list of input sources.
This link will guide you to build video app for android TV:
https://developer.android.com/training/tv/tif/index.html
If you want to know more about TV Input Framework, you can follow this link:
http://source.android.com/devices/tv/index.html
Hope it helps.
Upvotes: 1
Reputation: 874
There is a sample here: https://github.com/googlesamples/androidtv-Leanback
It provides a basic Videos by Your Company sample on Android TV using the Leanback Support Library. Features implemented include:
Upvotes: 4