Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7698637
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T22:17:19+00:00 2026-05-31T22:17:19+00:00

I am working on MotionEvent by which i can get different – different gesture

  • 0

I am working on MotionEvent by which i can get different – different gesture detection event.like this…

switch (event.getAction()) {
        case MotionEvent.ACTION_CANCEL:
            System.out.println("cancel event fire");
            break;
        case MotionEvent.ACTION_MOVE:
            //System.out.println("Move event fire");
        case MotionEvent.ACTION_OUTSIDE:
            //System.out.println("ACTION_OUTSIDE event fire");
            break;
        case MotionEvent.ACTION_POINTER_ID_SHIFT:
            System.out.println("ACTION_POINTER_ID_SHIFT event fire");
            break;
        case MotionEvent.ACTION_DOWN:
            System.out.println("ACTION_POINTER_ID_SHIFT event fire");
            break;
        default:
            break;
        }

this gone good working but now i need any MotionEvent method that detect as remove my fingermark from screen.so is there any event are there or if not then provide equevalent solution please

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T22:17:20+00:00Added an answer on May 31, 2026 at 10:17 pm

    To detect the removal of a finger from screen

    case MotionEvent.ACTION_UP:
    //do stuff
    break;
    

    The documentation would have told you this
    http://developer.android.com/reference/android/view/MotionEvent.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to get fling gesture detection working in my Android application. What I
I just cant get this working. I tried using the code below with onTouchEventand
Working with python interactively, it's sometimes necessary to display a result which is some
Working with TCL and I'd like to implement something like the Strategy Pattern .
Here in this code I have tried some touch screen event @Override public boolean
I m working on a word scramble game which allows user to move the
i've got a class extended from simple on gesture and i'm working with the
OK guys fine..., seems like I was wrong from the last question... I'm working
I currently have something working where I can drag a box horizontally on the
Working Example: This is almost identical to code I use in another places on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.