In the case of a ListView if we want to make a particular item selected we use the setSelection method. How do we do this in case of Recycler
ListView
setSelection
Recycler
Check
recyclerView.scrollToPosition(cursor.getcount() - 1);