问题
Is it possible to make HorizontalScrollView with snapping effects for each view inside it? (Not gallery)
回答1:
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.
回答2:
You try to use ViewPager instead
回答3:
Have a look at below posts for sample codes. Still, most use ViewPager for the effect.
- http://androidprogrammingmadeeasy.blogspot.jp/2011/08/creating-custom-horizontal-scroll-view.html
- http://www.velir.com/blog/index.php/2010/11/17/android-snapping-horizontal-scroll/
来源:https://stackoverflow.com/questions/9467145/horizontalscrollview-with-snapping-effect