cant create handler inside thread that has not called looper.prepare
问题 Note : I know there are many questions related to this, but still I am not convince, so asking. I am getting cant create handler inside thread that has not called looper.prepare when I try to show the dialog. Here is my code... //this method is called from a different method based on some condition which is inturn called on click a button private void download() { thread = new Thread() { public void run() { /**** Downloads each tour's Tour.plist file ****/ try { // do many heavy operations