Android Studio – How to scroll recyclerview onItemClick in another recyclerview?
I am building a small dictioanry app, screenshot below: Screenshot When I click on a letter from mRecyclerView1, I want to scroll mRecyclerView2 to the the first word which starts with this particular letter. Inside the mRecyclerView1 adapter I've made…