摘要:
AsyncTask enables proper and easy use of the UI thread. This class allows to perform background operations and publish results on the UI thread without having to manipulate threads and/or handlers.(这个类允许在后台运行线程并且将运行结果反映到UI线程)AsyncTask is designed to be a helper class aroundThreadandHandlerand does n 阅读全文