Questions tagged [leanback]

The Leanback Support Library provides APIs, resources, and widgets for building Android TV apps.

The Leanback Support Library provides , , and for building apps. For questions related to developing interactive television apps in general please use the tag.

Useful Links:

412 questions
0
votes
1 answer

Disable default Android TV navigation sound effect Programmatically

How to disable sound feedback effect in Android TV Programmatically. If i press navigation button while music service is playing, sound effect mutes music for second. Or may be there is some priorities for music service? Thanks in advance
Jonik
  • 141
  • 3
  • 14
0
votes
1 answer

Ripple color on ImageCardView in Android TV

I am using the Leanback library for an Android TV application, and I am using the typical BrowseFragment that uses ImageCardViews for navigation. The ImageCardViews show a ripple effect when clicked: a semi-opaque white circle starts in the middle…
Myk Willis
  • 12,306
  • 4
  • 45
  • 62
0
votes
2 answers

How difficult will it be to make Android TV app compatible/available on Amazon Fire TV app store?

I'm a newbie to Android. I have developed an Android TV app. Can I run this non-streaming app on Amazon Fire TV? I have read that "Fire App Builder" is used to build a streaming media Android apps for Amazon Fire TV. But my app just contains 3 to 4…
bhargavi g
  • 33
  • 1
  • 1
  • 3
0
votes
1 answer

Port Recycler view created for mobile app to Android TV supporting Dpad controls

I am currently trying to port Android mobile app to Android TV. I have a RecyclerView that seems to be displaying correctly in my Android TV app. But I don't seem to be able to navigate inside RecyclerView using dpad controls. P.S i have tried…
Hussnain Azam
  • 358
  • 1
  • 5
  • 14
0
votes
0 answers

Android TV SearchEditText requestFocusFromTouch() not calling SearchResultProvider

I'm trying to create an in-app search using Android Leanback's SearchFragment (android.support.v17.leanback.app.SearchFragment). I have successfully created the fragment and a results provider, however I would like the fragment to focus the text…
Foxocube
  • 710
  • 9
  • 32
0
votes
2 answers

Browse fragment customisation

I want to customize a BrowseFragment. Normally, a BrowseFragment is composed of multiple rows (header + items). My question : Is it possible to have, for a same row (highlighted in blue), differents item types ? (see image below). Thanks.
tcacciatore
  • 483
  • 6
  • 21
0
votes
1 answer

Leanback - How to create Mosaic View?

Since there are not many customized view tutorials online, I am asking this question here. I want to create a mosaic view just like apple photo stream. I looked at the samples provided by leanback the RowFragment/Vertical row fragment are tightly…
ABS
  • 1,101
  • 10
  • 27
0
votes
1 answer

Can we use Leanback library (video player widgets)for Android Mobile App?

I am a newbie to Android TV app development. I want to develop a app for both TV and Mobile. When I imported a sample TV application, I found a leanback widget for video player ( with play, pause buttons). Can I use the same leanback widget in the…
0
votes
2 answers

Turn off card dimming in VerticalGridFragment in leanback sample

I am using the VerticalGridFragment from the git sample to just display information and do not want user interaction. I successfully turned off the user focusing in the CardPresenter.cs but I would also like to change all the cards so they are not…
Sealer_05
  • 5,346
  • 8
  • 35
  • 53
0
votes
1 answer

Fire OS App missing under Managed Installed Applications

After a lot of searching I cannot find the answer to this. My fire tv app was rejected by Amazon because the app doesn't appear under settings > manage installed devices in Fire OS. What is odd is this is not an issue for Android TV and I can see…
Sealer_05
  • 5,346
  • 8
  • 35
  • 53
0
votes
1 answer

ListRowPresenter Disabling Shadow disables overlap of view

I have disabled shadow effect in List Row Presenter in browse fragment. Now because of that in default animation of selected item does not overlap on next item it comes behind it. How to overcome this, any idea ? Lines of Code.. ListRowPresenter l =…
prit
  • 643
  • 7
  • 21
0
votes
1 answer

Create Zoom effect similar to leanback for ListView

I'm trying to create an effect for my ListView that is similar in looks to what Row items in Leanback do. I've tried looking through Presenter and ListRow as well as ObjectAdapter but haven't been able to define where these animations exist. They…
RyanInBinary
  • 1,533
  • 3
  • 19
  • 47
0
votes
1 answer

Changing Background Color Of Playback icons in leanback

I am using PlaybackOverLayFragment in Android Tv for playback controls.I want to change the background color when particular icons are selected.But not able to find any public methods to do .Below I have attach the image for clarity.See the playicon…
prit
  • 643
  • 7
  • 21
0
votes
0 answers

Android Leanback BrowseFragment refill adapter causing items to move to the right

When I refill the adapter of BrowseFragmnet and the header column is not showing, The items are moving to the right, causing an empty space between the Header column and the RowsFragment as the following image. How can I fix this issue? This is how…
nadine87
  • 500
  • 5
  • 17
0
votes
1 answer

VerticalGridFragment title weird position

I'm playing around with leanback-v17 and I have a strange bug. The title of a VerticalGridFragment should be positioned to the right, as in this example from googlesamples/leanback-showcase: But in mine it looks like this: I don't understand why…
czak
  • 516
  • 5
  • 8