I\'m trying to open a dialog window, but every time I try to open it it throws this exception:
Uncaught handler: thread main exiting due to uncaught exceptio
Don't use getApplicationContext() on declaring dialouge
getApplicationContext()
Always use this or your activity.this
this
activity.this