[ad_1]
Update you UI like that.
yourActivity.runOnUiThread(new Runnable() {
@Override
public void run() {
// update your ui here
}
});
I hope it will help you..!
1
[ad_2]
solved AsyncTask error , Help me check this [duplicate]