Top "Android-gesture" questions

A package in the Android SDK that provides classes to create, recognize, load and save gestures.

android - How can I make a button flash?

Is there any way, in code, to make a button flash continually and then stop flashing when pressed?

android android-button android-gesture
Detect swipe using onTouchListener in ScrollView

I'm using the following code to detect swipe in my Activity: getWindow().getDecorView().getRootView().setOnTouchListener(new OnTouchListener() { @Override public boolean …

android android-scrollview android-gesture
Android "swipe left to right to delete", gesture on list item, ICS Style

I am trying to implement the "swipe left to right to delete" gesture that is present for the notifications in …

android android-listview android-animation android-gesture
Android how to add swipe Gesture on LinearLayout without onDown true

I'm working on Gesture activity in android I used class to detect the swipe action is public class ActivitySwipeDetector implements …

android android-layout swipe android-gesture
How to implement a "Two Finger Drag" gesture on Android?

I am new to Android development and am working on an accessibility research project for blind people (Jelly Bean API …

android android-layout android-gesture
Swipe to delete listitem

I would like to implement a swipe gesture to delete rows in a ListView similar to the android notifications. Right …

android android-layout android-listview android-gesture
Path intersection in android

I have 2 path objects in my android code.I have tried all the way to check whether these paths are …

java android graphics path android-gesture
Could not get Touch event for TYPE_SYSTEM_OVERLAY

I like to develop an app that is similar to Swapps .i am trying to display a button on top …

android background overlay android-gesture
Different fling (swipe) velocity on different Android devices with same density

I'm writing my own image viewer that enables users to swipe left\right to see the next\previous image. I …

java android android-animation android-view android-gesture