An AsyncTask has several parts: a doInBackground
method that does, in fact, run on a separate thread, and aonPostExecute
method that runs on the UI thread.
'Android' 카테고리의 다른 글
lessons learned after developing a server (0) | 2013.09.06 |
---|---|
android socket example (0) | 2013.08.13 |
Can't create handler inside thread that has not called Looper.prepare() (0) | 2013.08.05 |
Fragment life cycle (0) | 2013.08.02 |
The specified child already has a parent. You must call removeView() on the child's parent first. (0) | 2013.07.23 |