I am totaly new to android and just want to know if it is any working and possible way to update the UI outside the main thread. Just from my code I have listed below I know
Use activity.runOnUiThread
Acivity.runOnUiThread(new Runnable() { public void run() { //something here } });