appprojectstudy / tnnAdminApp

MIT License
0 stars 0 forks source link

AsyncTask #2

Open gksmfahd78 opened 3 years ago

gksmfahd78 commented 3 years ago

the most common use case was for integrating into UI, and that would cause Context leaks, missed callbacks, or crashes on configuration changes. It also has inconsistent behavior on different versions of the platform, swallows exceptions from doInBackground, and does not provide much utility over using Executors directly.

gksmfahd78 commented 3 years ago

AsyncTask -> RxJAVA