Skip to content Skip to sidebar Skip to footer

Best Way To Swipe Images In Android

So basically here is the thing that I want to know. I'm working on application which will download images from internet and will save them in sdcard or db (doesn't matter).And afte

Solution 1:

You can use gestureoverlayview to handle touch and swipe detection.

http://developer.android.com/reference/android/gesture/GestureOverlayView.html

Post a Comment for "Best Way To Swipe Images In Android"