Android: Alternatives to AsyncTask?

前端 未结 7 2190
感动是毒
感动是毒 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:36

    Maybe you can use a third party library like Retrofit If you work with images I strongly suggest picasso

提交回复
热议问题