Top "Swipe" questions

A quick motion gesture across the touchscreen.

Android: How to recreate Action bar when fragment changed

I have an activity showing a few fragments. Activity view contains only ViewPager initialized with custom FragmentPagerAdapter. This adapter provide …

android android-actionbar swipe
Simulate swipe with mouse in javascript

I'm trying to make an image rotator that works on mobile devices using swipe for navigation. I'm also trying to …

javascript jquery mouse swipe
Android list view Right / Left swipes like call logs

I have an Android application in which there is List View Like this one Now I want to perform two …

android android-layout listview android-animation swipe
Android RecyclerView ItemTouchHelper revert swipe and restore view holder

Is there a way to revert a swipe action and restore the view holder to its initial position after the …

android swipe android-recyclerview
How to implement a swipe-gesture between Fragments?

I would like to implement in my android app that I'm developing with the Android studio ide. The swipe between …

java android android-fragments android-viewpager swipe
Is it possible to produce continuous swipe action on the touchscreen, with adb, on Android?

I'm trying to reproduce swipe action, with the help of adb. Currently, this code works (for swipe) adb shell input …

android adb swipe swipe-gesture
Android "swipe" vs "fling"

In the Android Developers gesture design section, the term "swipe" is used. In the developer section, the term "fling" is …

android swipe gestures onfling
how detect swipe gesture direction?

i need to detect direction of my swipe gesture and i've got problem with it. gesture is working, but i …

ios objective-c swipe gesture-recognition uiswipegesturerecognizer
Android PagerView between Activities

I have five activities/screens that I would like to be able to swipe between, each has a different function …

android android-activity swipe
Swipe Direction in ViewPager

I have an Android app that uses ViewPager and FragmentStatePagerAdapter. I however need to add a new feature in which …

android android-viewpager swipe direction fragmentstatepageradapter