I implement the AsynTask
in my code. I want to update my UI when doInBackground()
task completed. But onProgressupdate()
method is not calling. Please give us solution for this issue.
1187 次
I implement the AsynTask
in my code. I want to update my UI when doInBackground()
task completed. But onProgressupdate()
method is not calling. Please give us solution for this issue.