androidgalleryhorizontalscrollviewsnapping

HorizontalScrollView with snapping effect


Is it possible to make HorizontalScrollView with snapping effects for each view inside it? (Not gallery)


Solution

  • Nowdays you should use ViewPager or RecyclerView.

    Old answer:

    I used this one - http://www.dev-smart.com/archives/34 Very fast and compatible with lazy loading.