美文网首页
Servicec-IntentSercice

Servicec-IntentSercice

作者: Yison_a169 | 来源:发表于2018-08-23 22:06 被阅读0次

好处:

1.不需要开线程,IntentService自带线程,且不在主线程中;

2.只需要处理onHandleIntent()方法;

3.自己stop(),不需要调用stopservice()

使用场景

主要适用于单线程完成某项任务,完成后自动关闭

service优点

可以个性化封装线程和操作

用法/源码

https://www.jianshu.com/p/332b6daf91f0

相关文章

  • Servicec-IntentSercice

    好处: 1.不需要开线程,IntentService自带线程,且不在主线程中; 2.只需要处理onHandleIn...

网友评论

      本文标题:Servicec-IntentSercice

      本文链接:https://www.haomeiwen.com/subject/sdcviftx.html