Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

android-tv

How to increase the size of a current focused item on a RecyclerView? [closed]

January 6, 2024 by Tarik
Categories android Tags android, android-layout, android-tv Leave a comment

Android TV RecyclerView focus interaction

September 14, 2023 by Tarik

For a regular RecyclerView, I had to specify: android:descendantFocusability=”beforeDescendants” And also android:nextFocusDown=”@+id/recyclerviewId” is set to send focus to RV itself. The only solution I see is a key listener to select item to position currentPosition + spancount.

Categories android Tags android, android-recyclerview, android-tv Leave a comment

getLaunchIntentForPackage is null for some apps

May 31, 2023 by Tarik

Since Android 11 there is a behavior change that some apps will not provide this info unless you add queries tag to the AndroidManifest like <queries> <package android:name=”app.i.want.to.query” /> </queries> Refer here for more info

Categories android Tags amazon-fire-tv, android, android-tv, nexus-player Leave a comment

How do I use tools:overrideLibrary in a build.gradle file?

September 25, 2022 by Tarik

Open Android Studio -> Open Manifest File add <uses-sdk tools:overrideLibrary=”android.support.v17.leanback”/> don’t forget to include xmlns:tools=”http://schemas.android.com/tools” too, before the <application> tag

Categories android Tags android, android-tv, gradle Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa