1

我想为安卓智能电视实现视频应用。

是否有任何 Android 接受格式的示例或免费视频应用程序?

谢谢。

4

2 回答 2

4

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:

  • UI components like BrowseFragment, DetailFragment, SearchFragment, PlaybackOverlayFragment
  • Integration with global search
  • Recommendations
于 2014-11-11T18:15:30.227 回答
1

是的。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

希望能帮助到你。

于 2014-12-10T09:53:24.510 回答