0

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?

CQM
  • 42,592
  • 75
  • 224
  • 366
  • If are looking for right / left swipes you should look at ViewFlipper or @CommonsWare extended it to use swipes or "flings" to trigger the change views ViewSwiper - https://github.com/commonsguy/cwac-viewswiper – FoamyGuy Sep 03 '11 at 04:04
  • I think this article will be useful for you: http://stackoverflow.com/questions/4229177/fling-gesture-and-webview-in-android – Kenny Lim Sep 03 '11 at 04:20

1 Answers1

4

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

adamp
  • 28,862
  • 9
  • 81
  • 69