标签:android 耗时任务 handler looper intentservice
public class AsyncService extends IntentService {
public AsyncService() {
super("AsyncService");
}
@Override
protected void onHandleIntent(Intent arg0) {
}
}标签:android 耗时任务 handler looper intentservice
原文地址:http://blog.csdn.net/w2865673691/article/details/46122625