Sharing my tech experiences
MyActivityObject.runOnUiThread(new Runnable() { @Override public void run() { //code out here } });
One of the usecase will be, modify an UI element's data from doinbackground()
method of Asynctask.
No comments:
Post a Comment