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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T09:35:02+00:00 2026-05-26T09:35:02+00:00

I got an AlertDialog that has one positive and negative button each. Within the

  • 0

I got an AlertDialog that has one positive and negative button each. Within the onClick(DialogInterface dialog, int item) event handler, which is a member function of Activity, how do I tell which button has been clicked? Base on my observation, the “item” parameter has -1 as value if positive button is clicked, or -2 if it’s negative button. However, I couldn’t find any information on such from API doc hence I feel that this could be broken at any time.

  • 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-26T09:35:02+00:00Added an answer on May 26, 2026 at 9:35 am

    AlertDialog’s positive and negative buttons use the DialogInterface.OnClickListener interface to respond to selection. Like you said, the onClick method of this callback looks like this:

    public void onClick(DialogInterface dialog, int which) {
      // ...
    }
    

    The which parameter indicates which button was clicked and can have, among others, the following values:
    1) AlertDialog.BUTTON_POSITIVE (-1)
    2) AlertDialog.BUTTON_NEGATIVE (-2)

    So, you clicked the positive button if which is -1 and the negative if which is -2.

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

Sidebar

Related Questions

I got this dialog snipet: String message=This will be my message; AlertDialog.Builder alt_bld =
I've got button in my Activity and I want to show AlertDialog when button
I have an AlertDialog in and it's got a button, which, if selected, will
I've got this dialog (I'm simplifying my use case): class EditShoppingListDialog extends AlertDialog {
So i have a menu item that shows AlertDialog with a EditText in it,
Got a strange problem. The cancel button that normally is shown at the navigation
I've got overlay icons all over my map activity that each need to pop
Got a class that serializes into xml with XMLEncoder nicely with all the variables
Got some code that is not mine and its producing this warning atm: iehtmlwin.cpp(264)
So I've got what seems to be a common problem, which is that the

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.