java - Open dialog in worker thread -


When I try to open a dialog in a worker thread, the dialog opens and then the whole application crashes . This is an Android app.

I get the following (I can not post the image because I have 10 points: (()

Any help would be appreciated :)

< P> Best Relationship

All UI work should be done on main event / UI thread. To work, use. You can show a progress dialogue, start a job, update the dialog with status by progress update Area, and then close the dialog PostExecute.


Comments