Since there were various things about the processing in the UI thread of asynchronous processing, I will organize and make notes.
1,runOnUiThread Immediately run in UI thread.
2,post It is queued, waits in line, and then executed in the UI thread.
3,onPostExecute This is called asynchronous processing error in AsyncTask.
Really a memo end!
Recommended Posts