Is it possible to make HorizontalScrollView with snapping effects for each view inside it? (Not gallery)
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.