1

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

WEFX
  • 8,298
  • 8
  • 66
  • 102
David
  • 37,109
  • 32
  • 120
  • 141
  • 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
  • 1
    I'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 Answers3

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
1

You try to use ViewPager instead

Pankaj
  • 1,242
  • 1
  • 9
  • 21