Search code examples
javaandroidandroid-4.0-ice-cream-sandwichviewswitcher

How do you setup a ViewSwitcher like the Android ICS Dialer?


How do you setup a ViewSwitcher like the ICS Dialer has? I can setup a ViewSwitcher and make it have a animation when you swipe left or right, but I dont know how to make it so you can actually drag the view left or right!


Solution

  • You can use the Horizontal View Swiping with ViewPager. This is good and recommended way so that your app can run on broader platforms.