当前位置: 首页 > 软件库 > 程序开发 > 多媒体处理 >

googletv-android-samples

GoogleTV 应用实例
授权协议 Apache
开发语言 Java
所属分类 程序开发、 多媒体处理
软件类型 开源软件
地区 不详
投 递 者 华星文
操作系统 跨平台
开源组织 Google
适用人群 未知
 软件概览

googletv-android-samples 是包含许多源码的 GoogleTV 应用实例。

其中包括:

 

  • ChannelChangingSample - 如何改变电视的频道。
  • LeftNavBarDemo - 左导航条库的演示(看看所有的选项)。
  • LeftNavBarLibrary - 用于屏幕左侧导航的库。(DPAD导航--很多选项)
  • MapsOnTV - 如何在电视上播放地图。
  • Notifier - 电视上的通知演示应用程序
  • BlackJackGTV--一个简单的第一屏应用。
  • BlackJackTVRemote - 一個簡單的第二螢幕應用程式,可與第一螢幕應用程式對話。
  • Panoramio - Google TV版Panoramio的来源。
  • USBHostProber - 让你发现你的USB设备的信息。
  • WebAppNativePlayback - 用于在电视上创建Web应用程序的示例。

 

 
  • The Android TV app is now available in the App Store. Use your iPhone as a remote for your Android TV. The d-pad mode and touchpad modes let you easily navigate to your favorite content. Tap the micro

  • atvx86 Android TV based on Android-x86 Step 1: Copy the "common" inside the device folder to androidtv-x86/device/generic/ and overwrite any existing files Step 2: Copy the google folder inside the de

  • Building TV Playback Apps Get started Dependencies and Prerequisites Android 5.0 (API level 21) or higher You should also read Design for TV VIDEO DevBytes: Android TV — Using the Leanback library Bro

  • Get Started with TV Apps Previous Next This lesson teaches you how to Determine Media Format Support Setup a TV Project Add TV Support Libraries Build TV Apps Run TV Apps You should also read TV Desig

  • > Making TV Apps Searchable  Android TV uses the Android search interface to retrieve content data from installed apps and deliver search results to the user. Your app's content data can be included w

  • 总体和手机端和pad 端的开发是一样的,但是交互的方式是有本质的区别的. TV apps use the same structure as those for phones and tablets. This approach means you can create new TV apps based on what you already  know about building apps

  •  Note: For details on how to publish your TV apps in Google Play, see Distribute to Android TV.  Android offers a rich user experience that's optimized for apps running on large screen devices, such a

  • > Users enjoy the TV app experience when it is consistent, logical, and predictable. They should be able to navigate within your app and throughout Android TV without getting lost or having to "reset"

  • Helping Users Find Your Content on TV Get started Dependencies and Prerequisites Android 5.0 (API level 21) or higher You should also read Design for TV TV devices offer many entertainment options for

  • 》Building TV Channels  To provide your users a similar experience, use the TV Input Framework to create channels for publishing video or music content so that your media appears alongside traditional

  • Building TV Apps Get started Dependencies and Prerequisites Android 5.0 (API level 21) or higher Android offers a rich user experience that's optimized for apps running on large screen devices, such a

  • 最近接到一个需求:做一个HDMI播放器的Demo,具体就是做一个Demo,安装在Android TV上,安卓TV接入安卓盒子,信号源是HDMI,打开播放器的Demo可以播放盒子里面的资源。 网上这方面的资源不是很多,因为最近在看安卓系统应用开发相关内容,了解到在Android Tv上就有一款应用是来显示Hdmi信源内容的,这个应用就是LiveTv。所以,把注意力都集中在LiveTv的源码上,通过

 相关资料
  • 本文向大家介绍Android录音应用实例教程,包括了Android录音应用实例教程的使用技巧和注意事项,需要的朋友参考一下 本文以实例形式较为详细的展示了Android录音的实现方法,分享给大家供大家参考之用。具体方法如下: 首先是xml布局文件: 运行效果如下图所示: MainActivity中定义按钮的点击监听器,按下按钮时开始录音,松开按钮时停止录音,类似于微信的操作方法。 开始录音的方法,

  • 本文向大家介绍Android应用App更新实例详解,包括了Android应用App更新实例详解的使用技巧和注意事项,需要的朋友参考一下 前言:现在一般的Android软件都是需要不断更新的,当你打开某个app的时候,如果有新的版本,它会提示你有新版本需要更新。该项目实现的就是这个功能。并且有强制更新和更新提示两种方式,当有更新时,会弹出一个提示框,点击下载,则在通知来创建一个进度条进行下载,点击取

  • 本文向大家介绍Android 应用中插入广告的实例,包括了Android 应用中插入广告的实例的使用技巧和注意事项,需要的朋友参考一下         想必大家都知道,国内的Android应用基本都是免费的,那么开发者如何获得收入呢?应用中插入广告是一个比较常用的盈利手段。本文就讲解如何在Android应用中插入广告。        国内的广告平台有很多,用户数量比较多的有万普,有米,多普。下面就

  • 本文向大家介绍Android应用中使用及实现系统“分享”接口实例,包括了Android应用中使用及实现系统“分享”接口实例的使用技巧和注意事项,需要的朋友参考一下 为了应用的推广、传播,很多的应用中都有“分享”功能,一个按钮,点击后会出现短信、微博等等一切实现了分享功能的应用列表。这一篇文章主要介绍怎么调用分享功能和怎么实现分享接口让自己应用出现分享列表中。Android应用中能很方便的完成这些功

  • 本文向大家介绍Android中的Handler与多线程应用实例,包括了Android中的Handler与多线程应用实例的使用技巧和注意事项,需要的朋友参考一下 本文首先解释一下handler是用来干嘛的,然后通过例子介绍其在多线程中的应用。 什么是Handler handler通俗一点讲就是用来在各个进程之间发送数据的处理对象。在任何进程中,只要获得了另一个进程的handler则可以通过handl

  • 本文向大家介绍Android提高之蓝牙传感应用实例,包括了Android提高之蓝牙传感应用实例的使用技巧和注意事项,需要的朋友参考一下 前面文章介绍了Android利用麦克风采集并显示模拟信号的实现方法,这种采集手段适用于无IO控制、单纯读取信号的情况。如果传感器本身需要包含控制电路(例如采集血氧信号需要红外和红外线交替发射),那么传感器本身就需要带一片主控IC,片内采集并输出数字信号了。Andr