Top "Swipe-gesture" questions

Swipe is a gesture that involves touching a touchscreen or trackpad, translating the finger in one direction across the screen or pad, and removing the finger.

Swipe ListView item From right to left show delete button

I have a custom ListView showing the list of words selecting from database. When I swipe this listview item i …

android android-listview swipe-gesture
Swipe to Delete and the "More" button (like in Mail app on iOS 7)

How to create a "more" button when user swipe a cell in table view (like mail app in ios 7) I …

ios uitableview user-interface cocoa-touch swipe-gesture
Android: swipe screen to open another activity?

i'm a n00b programmer and need a lot of help. Just for tutorial purpose, I want to make simple …

android gesture swipe-gesture
Add UIGestureRecognizer to swipe left to right right to left my views

I have a UIStoryboard with different UIViewControllers, I would like to add another UIViewController (like a dashboard) that when the …

ios objective-c uiviewcontroller uigesturerecognizer swipe-gesture
Equivalent to the Android's ViewPager on iOS? Swipe/flip through pages of data

On Android there's neat way to browse between several pages of data with the same layout by using ViewPager and …

ios layout swipe-gesture
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
android listview swipe to delete like in gmail app

Show to implement ListView like in gmail APP when the swipe effect on item deletes it? I have tried using …

android listview android-viewpager swipe-gesture
Simple swipe gesture to activity tutorial?

im looking for a turoial with source code on swipe gesutes, I dont want a view pager, I want a …

android eclipse layout swipe swipe-gesture
How to implement a horizontal scroll / swipe between Fragments?

I would like to achieve a navigation in my app like Pinterest or Trello, that is, kind of three tabs …

android tabs android-fragments scroll swipe-gesture
jQuery (Swipe vs. Touch) pageX and pageY keep returning 0

I'm playing with touchstart and touchend events on my iPhone. I built a sample page that has div that if …

jquery touch-event swipe-gesture pagey