Reputation: 44228
first of all I am not sure if this is the right approach.
What I want to do is have a user experience where the user moves between webviews via swipes, and animating this transition, would I use a list of webviews or http://jquery.hinablue.me/jqiphoneslide/
thoughts?
Upvotes: 0
Views: 397
Reputation: 28932
Do you mean you want to move between WebViews using horizontal swipes? If so have a look at the ViewPager component in the Android support library here: http://developer.android.com/sdk/compatibility-library.html
Upvotes: 4