amazon-fire-tv

How to set the Fire TV “icon” on home screen?

做~自己de王妃 提交于 2021-02-11 09:44:40
问题 I have a Fire TV app that will also be released on normal Android TV and one some TVs that have Android that isn't Android TV and possibly on tablets. So I've set my banner for Android TV and that is working fine, the icon works fine on other devices but the Fire TV shows the icon where I expect the banner to be shown. This is my application xml: <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android

How to set the Fire TV “icon” on home screen?

。_饼干妹妹 提交于 2021-02-11 09:44:25
问题 I have a Fire TV app that will also be released on normal Android TV and one some TVs that have Android that isn't Android TV and possibly on tablets. So I've set my banner for Android TV and that is working fine, the icon works fine on other devices but the Fire TV shows the icon where I expect the banner to be shown. This is my application xml: <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android

Flutter textfield on fireOS firetv/firestick on top of textfield

左心房为你撑大大i 提交于 2021-01-29 07:07:32
问题 When calling textfield on flutter in fireOS in the fire tv devices, to do a search for example the fireOS virtual keyboard pops on top of textfield and doesnt work like on other android devices where the keyboard is on the bottom and textfield is visible. On android legacy for example i can use edittext widget and the same keyboard pops on top but whatever i type with the controller updates on the virtual keyboard itself, because the keyboard has its own textfield or edittext. So my problem

Webview on Amazon Fire Stick not responding to controller

二次信任 提交于 2019-12-24 09:56:47
问题 I've got an Android app in Cocos2d-x that uses a WebView to display the front end menu. Currently it's just a mock-up, and just has a URL to a website, which makes it easy to test. If I load the URL of the interface in the Amazon Web App Tester on an Amazon Fire TV stick it works perfectly, and you can navigate the interface happily with the controller. However, when I load the app on the stick, which shows the same URL in a WebView component then the controller has no effect and doesn't

Making AndroidTV app workable on FireTV

我怕爱的太早我们不能终老 提交于 2019-12-21 13:45:29
问题 I have an android tv app using a leanback library that I want to publish to amazon tv store also. I know that we can use leanback library for fire tv as per this link using a standard LAUNCHER . However I am not sure about a few things: Recommendations Android TV display content recommendations in the first row of the TV home screen Content recommendations appear as the first row of the TV home screen after the first use of the device For this we need to create a recommendation service and

How to start developing for Amazon Fire TV?

ぐ巨炮叔叔 提交于 2019-12-07 11:56:55
问题 I was requested to develop an Amazon Fire TV app, but I find difficult to understand the steps required to get on track. As specified by the Amazon documentation, the previously available Fire TV SDK add-on is now deprecated, and they suggest to just use the Android v17 Leanback Library. To date, I do not have (yet) a Fire TV, and the official documentation is very poor and rather confused; I'm not able – then – to understand whether "pure" Android TV apps are fully compatible with Fire OS 5,

How to play YouTube videos in WebView on Amazon Fire TV?

不问归期 提交于 2019-12-06 03:29:39
问题 I want to play a YouTube video in a WebView for Amazon Fire TV. As of today, there is no official API for playing YouTube videos on Fire OS (link), so I tried to get it working with Android's WebView. In the Android WebView documentation it is written, that the app needs to have hardware acceleration turned on and that the WebView needs to have a WebChromeClient in order to playback YouTube videos. I tried to get it work but when I start a YouTube video, than I only see the loading spinner in

Making AndroidTV app workable on FireTV

拟墨画扇 提交于 2019-12-04 08:49:00
I have an android tv app using a leanback library that I want to publish to amazon tv store also. I know that we can use leanback library for fire tv as per this link using a standard LAUNCHER . However I am not sure about a few things: Recommendations Android TV display content recommendations in the first row of the TV home screen Content recommendations appear as the first row of the TV home screen after the first use of the device For this we need to create a recommendation service and build recommendations in the android tv app. Does FireTV also show recommendations and requires a

How to play YouTube videos in WebView on Amazon Fire TV?

*爱你&永不变心* 提交于 2019-12-04 08:15:21
I want to play a YouTube video in a WebView for Amazon Fire TV. As of today, there is no official API for playing YouTube videos on Fire OS ( link ), so I tried to get it working with Android's WebView. In the Android WebView documentation it is written, that the app needs to have hardware acceleration turned on and that the WebView needs to have a WebChromeClient in order to playback YouTube videos. I tried to get it work but when I start a YouTube video, than I only see the loading spinner in fullscreen mode. Here is my code: @Override public void onCreate(Bundle savedInstanceState) { super

How to start develop application for fire os in android studio IDE

北战南征 提交于 2019-12-01 06:46:43
I am going to start develop application for fire TV i can create an application using Eclipse successfully, But when i try the same procedure to create new application which compile with Firetv SDK got some Gradle error on android studio.. i am stuck with this issues for around one week. The error is Gradle app neame project refresh failed: Unexpected lock protocol found in lock file. Expected 3, found 0. Gradle settings I searched lot about this error in google but cant get any solution Sorry for my bad English. My even log says: Gradle 'Test' project refresh failed: Unexpected lock protocol