RecyclerView - How to select items by dpad / keyboard

How can you select RecyclerView items using keyboard and / or keyboard?

+3


source to share


1 answer


Make your objects orientable. This will allow you to navigate the dpad. Then you need to add your logic to "select" the focused object on click. (whatever your selection key)



+2


source







All Articles