HorizontalScrollView with snapping effect
问题 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