Top "Swipe" questions

A quick motion gesture across the touchscreen.

How to change activity with left-right swipe

How to change activity with left-right swipe? I did not find the manual anywhere. Example:

android android-activity android-viewpager swipe
Set default page for ViewPager in Android

I am using the following code, MAX is 2 pages. By default the position is 0 and adds a new page to …

android animation swipe android-viewpager
Android ListView Swipe Right and Left to Accept and Reject

I want to develop a list view that when swiped left to right - displays in the left corner an …

android listview swipe
Disable gesture recognizer

I have two types of recognizer, one for tap and one for swipe UIGestureRecognizer *recognizer; //TAP recognizer = [[UITapGestureRecognizer alloc] initWithTarget:…

objective-c xcode uigesturerecognizer swipe
Android - Gesture Detection (Swipe up/down) on particular view

I am trying to implement the OnGestureListener in Android. I have three TextViews in my layout. What i am trying …

android swipe gesture-recognition onfling
Detect left/right-swipe on touch-devices, but allow up/down-scrolling

I need to detect and react to left/right-swipes, but want to give the user the ability to scroll on …

javascript jquery touch swipe
ViewPager inside ViewPager

I would like to create a ViewPager (with three items) where each of its view is another ViewPager (with two …

android android-viewpager swipe swipe-gesture android-nested-fragment
How to detect Swipe Gesture in iOS?

In my iPhone app, I require to recognize the swipe gesture made by the user on the view. I want …

ios uigesturerecognizer swipe gesture-recognition
catch on swipe to dismiss event

I'm using an android notification to alert the user once a service is finished (success or failure), and I want …

android service notifications swipe temporary-files
How to recognize swipe gesture in UIScrollView

I'm trying to recognize left/right swipe gesture in a UIScrollView. I've tried to create UISwipeGestureRecognizers and associate them with …

iphone uiscrollview gesture swipe