Android: Alternatives to AsyncTask?

前端 未结 7 2194
感动是毒
感动是毒 2020-12-16 13:58

for my app I made a framework for all network calls to an external API. I put everything in \"Services\" like: UserService, MessageService etc. So

7条回答
  •  暖寄归人
    2020-12-16 14:23

    Loaders should be used instead of directly using Async tasks. There are specific Loader API's for specific operations like perform transations in sqlite database etc.

提交回复
热议问题