Top "Swipe" questions

A quick motion gesture across the touchscreen.

How to draw a Line in ImageView on Android?

I'd Like to know how to draw a Line on ImageView as user swipe their finger ? Could any body explain …

android image imageview draw swipe
Gesture in listview android

hi i have to add a gesture to my listview,i want to implement the same functionality of contact application. …

android flip gesture swipe
Android swiping, using ViewPager without tabs

Im trying to make an app that have the navigation type of swiping. This is how far I have gone: …

android android-viewpager swipe
Left-right arrow indicators over a ViewPager

I want to show left and right arrows over my ViewPager, to indicate swiping. I added two ImageButtons over the …

android android-viewpager swipe
Swipe and OnClick events in RecyclerView

I'm trying to implement a swipe to dismiss action in a RecyclerView but when I set an OnClickListener on any …

android swipe ontouchlistener android-recyclerview
How to disable ViewPager from swiping in one direction

I want to allow the user swipe in a ViewPager only from right to left. So once he passed a …

android android-viewpager swipe
Looking for Android ViewFlipper Example with Multiple WebViews

As I am sure you all know. Setting up a WebView is a matter of creating a webview browser client, …

android webview swipe webviewclient
How to detect a swipe gesture on webview

i'm developing a simple android application with a RelativeLayout and a WebView inside. I have to detect swipe from bottom …

android webview gesture swipe
How to detect swipe in flutter

I've tried using the swipe detector plugin for flutter to achieve navigating to a new screen on swipe right but …

flutter dart flutter-layout swipe swipe-gesture
Android: GestureDetector not working (gestureDetector.onTouchEvent(event) always false) with Tabs (TabActivity, Tabwidget)

I have implemented my TabActivity with different child activities: intent = new Intent().setClass(this, MyChildTabActiviy.class); // Initialize a TabSpec for …

android tabs gestures swipe