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