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 7854597
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T20:06:55+00:00 2026-06-02T20:06:55+00:00

hi I have a button which when (pressed) clicked will fire off another activity.

  • 0

hi I have a button which when (pressed) clicked will fire off another activity. I also have a SimpleOnGestureListener listening for a slide across the button which when detected will invoke another button on the screen.

The original problem I had is when the user stopped sliding their finger the onClick of the button will fire off (by detecting an onclick). I put a boolean check in place, so when slide is detected I set this to false, which onclick checks against. I then reset this boolean at the end of the onclick process.
this means in short…

press finger
detect slide
set onClick to Disable
Slide finish
Finger Off
Onclick triggered
ignore all code, and set onclick to Enable. 

Now the problem I have is that onclick doesn’t always fire off, so sometimes there is a problem with false still being set as the slide is being picked up but the onclick isnt’

can I detect a finger off at the end of a slide or indeed the end of a slide so I can reset my boolean?

I have seen things like ACTION_UP but have no idea how to use that to set my boolean variable?

Cheers for your help.

  • 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-06-02T20:06:57+00:00Added an answer on June 2, 2026 at 8:06 pm

    You will have a method to detect touch like onTouchEvent(MotionEvent event) in that check for the action which triggered the event like this..

      if(event.getAction()== MotionEvent.ACTION_UP){
            yourbool = false;
         }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Button which when clicked will execute an addQty method and in
I have a button which when pressed, sets the user's rights in the db.
I have a JPanel to which when a button is pressed I want to
I have a button which creates a div. Once clicked I would like to
I have a UISearchBar which is subviewed by another view when a button is
I am using visual basic 6. I have a button created which when pressed
I have a home button on my scene which when pressed goes to the
I have a form with a few buttons which execute code when pressed like
I have a button which is in update panel. When I click on button
I have a button which opens a context menu with a list of various

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.