In my main layout I got Multiple recyclerViews with other views. While I used listView or GridView it was easier to maintain which view to focus next. But in case of RecyclerView how can we achieve that?
How can I request next focus to a child of recycler view from a child at different RecyclerView?
Suppose current focus is on 5th child of first recyclerView. Now we need to focus on 10th child of another recyclerView.