Possible Duplicate:
Android: Toast in a thread
I am calling a helper class function from a worker thread, wherein I am trying to raise a toast but I am getting following exception
Android Can't create handler inside thread that has not called Looper.prepare
Can't we raise a toast from a Non UI thread ?