handler=new Handler(Looper.getMainLooper()); handler.post(new Runnable(){ public void run(){ ????//Toast } });