Android View Class Onclicklistener and Dialoginterface class Onclicklistener conflict resolution

Source: Internet
Author: User

Importing these two, as shown below, will prompt one of them to conflict with the other.

1 Import Android.view.View.OnClickListener; 2 import Android.content.DialogInterface.OnClickListener;

In fact, when we use a certain listener, not necessarily import it, directly with the full name to define the need not import, for example

1Mbutton1.setonclicklistener (NewOnclicklistener ()2         {3             4 @Override5              Public voidOnClick (View arg0)6             {7                 //TODO Auto-generated method stubs8                 9             }Ten         }); One // ABuilder Builder =NewAlertdialog.builder (mainactivity. This); -Builder.setitems (Items,NewAndroid.content.DialogInterface.OnClickListener () -         { the              - @Override -              Public voidOnClick (Dialoginterface Dialog,intwhich) -             { +                 //TODO Auto-generated method stubs -                  +             } A});

When using the builder listener, the full name Android.content.DialogInterface.OnClickListener is used and no more import is needed ....

Beginner Android, build it up slowly

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.