how many ways to send data from worker thread to main thread ? or we can say There are how many way to change UI view data from any worker thread other then this?
- through the AsyncroniousTask .
- through the hadler.sendMessage()
Is there any other way to do this ?
runOnUiThread