I'm using daimajia slider library.
But I need to show part of prev, next images.
It looks like this.
I can't find options.
How can I do this?
I'm using daimajia slider library.
But I need to show part of prev, next images.
It looks like this.
I can't find options.
How can I do this?
To achieve this UI, you can
Option 1: Use
ViewPager
and set paddings for it (You can check this)Option 2: When you have too many images to show and want to recycle -> Use horizontal
RecyclerView
withSnapHelper
(You can check this)