Skip to content Skip to sidebar Skip to footer

Horizontal Scrollview With Snap Effect

I need a widget that functions as a horizontal scrollview, but snaps to the nearest value when scrolled (it should snap from value to value, and not be possible to stop the scrolli

Solution 1:

You can use Snap ScrollView library. It supports both horizontal and vertical snap scrolling. You can add views directly. Click on this SnapScrollView library

And regarding click, you can implement onClick listener for each view and call correspondingly.

Post a Comment for "Horizontal Scrollview With Snap Effect"