AsyncTask

AsyncTask是android平台的,对Java se库中Thread的一个封装,融入了android平台特性。android AsyncTask shold ideally be used for shor operations(a few seconds at the most).若是须要更长时间的任务,可以使用Executor,ThreadPoolExcutor or FutureTas
相关文章
相关标签/搜索