392 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
2
answers
91
views
Android TV app shows 0 device support after submission
Edited the Post/Question for better understanding and with more information
I have uploaded an app update with android tv support and correctly included all manifest tag..
Still Play Console saying 0 ...
2
votes
0
answers
204
views
How to Automatically Launch an Application on Android TV Restart?
I am trying to automatically launch my application when an Android TV restarts. I have already implemented the following approaches, but none seem to work on API 34 (Android 14+) due to restrictions ...
1
vote
0
answers
38
views
VerticalGridSupportFragment Focus can't auto next down to the next row when the next ro not full
In VerticalGridSupportFragment, If I have 5 columns and number of items are 13, If the last item from the second row is selected, then on d-pad down click, Focus should go in the 3rd row. How to do it?...
0
votes
1
answer
274
views
Soft Keyboard position Jetpack compose for tv
SO i have a project in which i am using jetpack compose. I'm making a login screen on which i have 2 parts of screen on one part i have username password fields and on the other part i want to show ...
1
vote
0
answers
92
views
NullPointerException on calling method from Fragment
I'm encountering a NullPointerException when trying to use VideoSupportFragment in my Activity. I've added the fragment directly to the Activity, but it throws this error.
FATAL EXCEPTION: main ...
0
votes
0
answers
143
views
android browseSupportFragment leanback the items of row overlap suddenly why
i have an android browseSupportFragment containing list of categories and a row for every category,
the items are displayed well but suddenly i see the items of one row overlapp over each other.
what ...
1
vote
0
answers
82
views
How to play cmaf video format on android TV leanback media player?
I developed an Android TV application, using the leanback library. The video screen, which extends the leanback VideoSupportFragment, uses MediaPlayer (not Exoplayer, unfortunately). The problem is ...
1
vote
0
answers
83
views
Three Leanback Lists not getting focus as expected while navigating between them using Dpad buttons
Imagen a Tv with a navigation list to the left side (vertical) as tabs, in one of these tabs there is two lists (list 1 for categories) and (list 2 for channels in each category), here is a ...
0
votes
1
answer
205
views
How to force Leanback navigation to observer up/down navigation buttons (Android TV app)
I have a page (MPV) that has 2 fragments in it. One is a top row of 3 featured videos, and the lower fragment is a multi-row view for different REST endpoints. There is only one issue with navigation ...
1
vote
1
answer
158
views
How to remove padding in HorizontalGridView on Leanback
I'm trying to remove the inner padding of the Presenter's container on leanback which is HorizontalGridView but I still can't figure it out.
I've tried to apply directly the needed padding (0dp) by ...
0
votes
0
answers
29
views
My app not showed in playstore compatibilty list
I've created app with android studio for android tv and it run on android studio virtual machine but after i've pubblished it on playstore it isn't compatible with android tv.
I've declared attributes ...
2
votes
4
answers
1k
views
Missing MainActivity Error when running on Android TV Emulator
I created a sample Android TV app for testing purposes. I followed the documentation at
https://developer.android.com/training/tv/start/start
This is how my manifest file looks like:
<?xml version=...
0
votes
0
answers
172
views
AndroidTv Leanback Correct way of updating rows and headers
In light of this article on medium Which works perfectly fine when using PageRows in a BrowseSupportFragment. Things get ugly when ListRow is used instead of PageRows and the whole list and headers ...
1
vote
0
answers
156
views
Set scroll limit in android leanback
I'm working on an AndroidTV app, using the Leanback library.
How can I slow down the speed at which it scrolls by leaving the button pressed?
I want to slow scrolling speed in my leanback project but ...
0
votes
1
answer
175
views
Customize extended view(Fragment)
I'm using a fragment that extends the Leanback Library's BrowseSupportFragment in my project
By the way, the default setting of BrowseSupportFragment is ListRow, and I want to show my data in ...