Is it possible to make HorizontalScrollView with snapping effects for each view inside it? (Not gallery)
Asked
Active
Viewed 5,666 times
1
-
Have a look at the ViewPager class. There is also a small introduction at the [android developers blog](http://android-developers.blogspot.com/2011/08/horizontal-view-swiping-with-viewpager.html). – Feb 27 '12 at 15:09
-
1I'm familiar with this tutorial. But this enable one page/view every time. I'm looking for a solution that can display multiple views at the same time (like HorizontalScrollView). – David Feb 27 '12 at 15:14
3 Answers
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.

Lior Iluz
- 26,213
- 16
- 65
- 114
-
Link is down, at least now, so this answer can't be accepted right? – António Paulo Mar 31 '16 at 13:28
-
@AntónioPaulo answered 4 years ago and was found useful by the OP. Anyway, updated the answer for a more modern solution but without example. – Lior Iluz Mar 31 '16 at 14:18