摘要: 什么是IntentService,IntentService是继承于Service并处理异步请求的一个类,在IntentService内有一个工作线程来处理耗时操作,启动IntentService的方式和启动传统Service一样,同时,当任务执行完后,IntentService会自动停止,而不需要... 阅读全文
posted @ 2015-06-11 10:49 星耀1 阅读(307) 评论(0) 推荐(0) 编辑