leanback Questions
3
Currently I am working an android tv application project and my navigation panel is showing text and icon when it is in expanded mode like -
When navigation panel is collapsed it showing a vert...
Eucken asked 1/1, 2020 at 7:58
3
Solved
Anyone knows how to achieve the question in the title? The objective is to avoid the animation that results in the Headers bar disappearing as the Leanback app zooms in on the Row Item once a Heade...
Jordison asked 8/1, 2019 at 23:55
2
I was looking at Netflix app and their scrolling behaviour.I would like to do the same but don't know where to start. I know how to override LayoutManager for RecyclerView(though I don't to save th...
Apparent asked 1/12, 2017 at 11:15
1
Is the source code available for the Android lean-back Keyboard?Basically the android box I am using shows its custom IME but I want to show leanback keyboard in place of that.
Pettway asked 26/2, 2016 at 11:33
3
In Android, making an AlertDialog with Positive/Negative buttons is easy.
new AlertDialog.Builder(getActivity())
.setTitle("Question?")
.setPositiveButton("YES", new DialogInterface.OnClickListe...
Ocotillo asked 31/1, 2018 at 15:56
4
Solved
I need to get the selected/focused item's index of the VerticalGridFragment. I found the method to set the selected item in the documentation https://developer.android.com/reference/android/support...
Underling asked 23/6, 2017 at 8:9
5
Solved
I am using VerticalGridFragment to display items in a grid-like layout
I don't need to show search or title and I want the rows to start from top of the screen without any margins. Any help?
Alacrity asked 18/8, 2016 at 9:13
3
Solved
I've got a GuidedStepSupportFragment fragment like this.
public class SampleStepFragment extends GuidedStepSupportFragment {
@NonNull
@Override
public GuidanceStylist.Guidance onCreateGuidance...
Guadalcanal asked 6/4, 2020 at 8:22
3
I am trying to achieve an effect for my Android TV app so that views expand while they're focused.
I did that by animating the ViewHolder's main view's LayoutParams.
It works fine but the problem...
Pinch asked 5/3, 2018 at 16:13
5
I'm using the Google Leanback widgets in an Android TV application. It utilizes a RowsFragment with ListRows in it.
What I'm trying to determine is if there is any way to programmatically scroll t...
Burnet asked 1/5, 2015 at 21:20
3
Solved
I'm working on a Leanback app and I've implemented the rows and everything via RowsFragment and its all working great.
As for now when I go left and right within the items in the row the focused ...
Prudence asked 28/11, 2018 at 11:38
4
Solved
I want to implement a Row from the Details screen of the Leanback library into a customized screen. The row will be the one below. I have already implemented the HorizontalGridView and have managed...
2
I am new in Android TV development.
I use android leanback library for this. Also I I use BrowseSupportFragment and RowsSupportFragmen.
Here I want to customise the HeaderItem shown in the pic...
Cicisbeo asked 24/9, 2019 at 7:0
1
We are trying to implement paging in Leanback VerticalGridSupportFragment with Architecture Components Paging Library. Leanback on it's own doesn't have any sort of out-of-box compatibility with Pa...
Pibgorn asked 9/5, 2019 at 8:10
0
I am very new to Leanback Libraries. I want to develop Android TV home screen, where the CustomHeaderItem will be on left side and for each HeaderItem there will be one ListRow and instead of Brows...
4
Solved
I am working on an android TV app and I am using the leanback library.
I want to customize the app layout "BrowseFragment". I want to remove the header view and only display the card list "rows".
...
Curtate asked 3/5, 2018 at 10:10
2
Solved
I opened my old Android TV app project and tried to update the dependencies. I then updated the appcompat libraries to 27.1.1. I opened the leanback fragments and Android Studio warned me the Brows...
Immiscible asked 18/6, 2018 at 6:24
3
Solved
I'm facing an issue subclassing VerticalGridFragment in my Android TV project: everything works fine but if in one row there are less items then the maximum number of columns, then the items are ho...
Yet asked 7/7, 2016 at 6:31
1
I'm working on Android TV application where I have a recycler view. How can I set focus on wanted position? (I've already tried scrollToPosition and smoothScroller, but it doesn't work). Thanks in ...
Obscurant asked 13/12, 2018 at 15:19
1
When updating our app on Google Play I get
You opted-in to Android TV but your APK or Android App Bundle does not have the Leanback intent
This is somewhat bizarre as we have all the required c...
Messieurs asked 20/8, 2018 at 11:32
0
I am using RowsSupportFragment of lean-back library for my TV application.
It changes background color of the fragment to black while selecting items (few times color changes to black where as we h...
Surber asked 6/8, 2018 at 12:21
5
I want to re-load some of the rows data in a browse fragment.
Basically I want to reset the adapter data without causing a flash like effect in the browse fragment. Any idea how it can be done?
S...
Swordplay asked 23/11, 2015 at 11:32
3
Solved
I am trying to change the background color of the infoArea on an ImageCardView in the Android Leanback Library when the card is selected. Currently what I have tried is changing the background in t...
Palaeozoic asked 22/1, 2015 at 17:28
1
Solved
I'm working on an Android TV application and I'm facing a weird issue related to the item click listeners: everything works fine but sometimes the click is not propagated, very likely the listener ...
Roveover asked 18/5, 2017 at 13:57
2
Solved
I'm trying to create an Android tv application similar to the Youtube application. and I am using the Sofa library to do that. Now the problem comes when I am trying to show the headers for individ...
Bakeman asked 2/2, 2016 at 11:5
1 Next >
© 2022 - 2024 — McMap. All rights reserved.