Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build a Self-Destructing Message Android App Capturing Photos and Videos Presenting a List of Choices in a Dialog

bauke plugge
bauke plugge
291 Points

I got the message that the new DialogInterface.onClickListener is abstract; cannot be instantiated

im getting this error when I enter the line :

protected DialogInterface.OnClickListener mDialogListener = new DialogInterface.OnClickListener (); im using android studio and got this message.

its also says: Class 'Anonymous class derived from OnClickListener must either be declared abstract or implement abstract method 'onClick(DialogInterface, int)' in 'OnClickListener' not sure how I can solve this....

thanks in advantage

bauke plugge
bauke plugge
291 Points

I have took the main activity of the next lesson and took the whole dialog interface part now the error is gone. not sure if this was because of the android studio I did not saw the error message on you video.

but thanks ! topic closed

1 Answer

bauke plugge
bauke plugge
291 Points

I have took the main activity of the next lesson and took the whole dialog interface part now the error is gone. not sure if this was because of the android studio I did not saw the error message on you video.

but thanks ! topic closed