BuildingForAndroidTV icon indicating copy to clipboard operation
BuildingForAndroidTV copied to clipboard

Code for the "Building for Android TV" series of articles.

Results 12 BuildingForAndroidTV issues
Sort by recently updated
recently updated
newest added

Hi, I hope you are doing well, I am using LeanBack code for the Android TV platform. But I have one issue. As per our requirement, We need to put...

The "android" command is no longer included in the SDK. Any references to it (e.g. by third-party plugins) should be removed.

Unsupported method: BaseConfig.getApplicationIdSuffix(). The version of Gradle you connect to does not support that method. To resolve the problem you can change/upgrade the target version of Gradle you connect to....

I need the id and name to have a dinamic custom Fragment - extends RowsFragment. Thx

When I upgrade my sdk from 22 to 24, the layout is wrong. [ ](url) Any idea? Thanks. In sdk 22:

Hello, Thank you for your amazing article. May I ask the question that in the title of this issue? Since it would be difficult if we update the leanback lib...

It's a space with gray background color of your own picture in your blog. https://cdn-images-1.medium.com/max/800/1*oIFbcdjYrIqxU55-B23tjA.gif

Hi, First let me say thank you for publishing these guides. They've helped me out quite a bit. I'm currently trying to build on these techniques; specifically, I'd like to...

Hi, Testing to load 10 rows of 100 CardPresenters, it gets very laggy when fast scrolling even on very powerful android boxes. Picasso v 2.4 has pauseTag() and resumeTag() made...