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
Use RecyclerView LayoutManager to scroll item at position
RecyclerView
LayoutManager
recyclerView.getLayoutManager().scrollToPosition(position)