Im adding a run dialog in some actions. But I get a mention of the exception in the header. How to solve it.
dialog = ProgressDialog.show(Notification.this, "loading please wait", "Loading. Please wait...", true); new Thread() { public void run() { try{ performBackgroundProcess1();
Any error with this.all The background process runs in the overbackgroundprocess method.
android progressdialog
user1285707
source share