我想为安卓智能电视实现视频应用。
是否有任何 Android 接受格式的示例或免费视频应用程序?
谢谢。
我想为安卓智能电视实现视频应用。
是否有任何 Android 接受格式的示例或免费视频应用程序?
谢谢。
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:
是的。Android 5.0 使用 TIF(TV 输入框架),它允许任何开发人员将 Live TV 应用程序创建为 appk,并且一旦安装,它就会自动添加到输入源列表中。
此链接将指导您为 Android TV 构建视频应用程序:
https://developer.android.com/training/tv/tif/index.html
如果您想了解更多关于 TV Input Framework 的信息,可以点击以下链接:
http://source.android.com/devices/tv/index.html
希望能帮助到你。