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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T00:45:09+00:00 2026-06-05T00:45:09+00:00

For some reason, attaching an internal OnClickListener to an ImageButton crashes the app. For

  • 0

For some reason, attaching an “internal” OnClickListener to an ImageButton crashes the app. For normal Buttons it works fine – it’s only the ImageButton that crashes it.

public class SomeWidgets extends Activity implements OnClickListener {
    ....
    button1         = (Button)findViewById(R.id.button1);
    button1.setOnClickListener(this);   
    imagebutton     = (ImageButton)findViewById(R.id.imagebutton)
    imagebutton.setOnClickListener(this);
    ....
    ....
}

The above code crashes when clicking the imagebutton. The button1 works fine, even though both are created and attached to the OnClickListener in the exact same way. (It’s the click that crashes it, and not the onClick handling of the click.)

However, if I create a private inner OnClickListener class and attach THAT one to the imagebutton, then it works fine.

Any ideas? Apparently, something goes wrong when attaching the “internal” (this) OnClickListener to an ImageButton, while it works fine when attaching it to a Button.

EDIT: Looks like I found the problem. If I override the onClick like this:

public void onClick(View v) {
   if (((Button)v).getText().equals("A button")) {
      edittext2.setText(edittext1.getText());
      edittext1.setText("");
   }
   if (imagebutton.getId() == R.id.imagebutton) {
      Toast.makeText(SomeWidgets.this, "This is an image button.",       
      Toast.LENGTH_LONG).show();
   }
}

it crashes. However, if I remove the first if{} and only have the imagebutton if there, it works. This is obviously a silly error, but I’d appreciate and explanation as to why 🙂

  • 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-05T00:45:10+00:00Added an answer on June 5, 2026 at 12:45 am

    try with

    if (((Button)v).getText().toString().equals("A button")) {
      edittext2.setText(edittext1.getText().toString());
      edittext1.setText("");
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For some reason, when I open a CSV file, that appears totally fine in
For some reason, I was under the impression that it was just called Timeout,
For some reason I have always assumed that most of the time a variable
I made a modal plugin but for some reason one of the divs that
For some reason my code works for all the 10 digit numbers but not
For some reason I'm really struggling with this. I'm new to wpf and I
For some reason it looks like constructor delegation doesn't work in the following snippet:
For some reason on my application when running on some configuration of hard disk
For some reason I am not able to use the TextFlow element in WPF.
For some reason, the following code never calls Event::Event(Event&& e) Event a; Event b;

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.