I have RecyclerView
with items ImageView
. I want to make RecyclerView
to display only one item at time, dragging to edge like ViewPager
, when changing. Anyone knows how to achieve this?
I'm using code from this source:
Android Simple RecyclerView Widget Example
Only one difference is that I don't have TextView
, only ImageView
.