项目作者: technxtcodelabs

项目描述 :
AsyncTask is a helper class which helps us to use the UI thread properly. AsyncTask allows us to perform long-run/background operations and show its result on the UI thread without blocking threads. AsyncTasks should ideally be used for short operations (a few seconds at the most.) that will not affect our main thread.
高级语言: Java
项目地址: git://github.com/technxtcodelabs/AndroidAsyncTask.git
创建时间: 2020-07-12T18:32:50Z
项目社区:https://github.com/technxtcodelabs/AndroidAsyncTask

开源协议:

下载