Android Swipe View?

user577732 picture user577732 · Oct 4, 2011 · Viewed 12.5k times · Source

I don't know if you guys have ever heard of the app chomp but there is a layout in the app which looks like the image below. I'm wondering how they set this up what would i go about using to make something similar for my own application. The interesting part is when you swipe there is no scroll bar like a horizontal scroll view would have and the different things like snap into place. Just wondering what i should use to get this same effect thank you for any help

https://g1.gstatic.com/android/market/com.chomp.android/ss-480-1-9

Answer

Trevor Johns picture Trevor Johns · Oct 4, 2011

ViewPager, perhaps?

http://android-developers.blogspot.com/2011/08/horizontal-view-swiping-with-viewpager.html

That will give you an effect similar to swiping between views in Android Market. I'm assuming that's the effect that you're describing?