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 trialbauke plugge
291 PointsI 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
1 Answer
bauke plugge
291 PointsI 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
bauke plugge
291 Pointsbauke plugge
291 PointsI 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