I'm new to android, I need to load different webpages with animation, while swiping on android webview.without using viewFlipper.
How Could I do this?
|
I'm new to android, I need to load different webpages with animation, while swiping on android webview.without using viewFlipper. How Could I do this? |
||||
|
|
righttoleft_in.xml in anim folder
righttoleft_out.xml in anim folder
|
|||
|
|
|
Implement OnGestureListener to our activity, then use
|
|||