Handling Looper.prepare() in android.....
This article shows how to handle Looper.prepare() in android. Show Toast inside Thread by using UiThread. new Thread() { @Override public void run() { try { // code runs in a thread runOnUiThread(new Runnable() { ...