#11 AsyncTasks will be deprecated for API Levels 30 and over

开启中
victor.hernandez173 年前创建 · 0 条评论

Usage of AsyncTask will be deprecated for API levels 30 and over. Must substitute for some other background task manager class such as Executor, ThreadPoolExecutor and FutureTask from the java.util.concurrent package. This affects all the uprrp.tania.networking package files.

More info here.

Might be postponed for some time, since I rewrote these files to avoid Context leaks, exception swallowing and other nuisances…

Usage of `AsyncTask` will be deprecated for API levels 30 and over. Must substitute for some other background task manager class such as `Executor`, `ThreadPoolExecutor` and `FutureTask` from the `java.util.concurrent` package. This affects all the `uprrp.tania.networking` package files. [More info here](https://developer.android.com/reference/android/os/AsyncTask). Might be postponed for some time, since I rewrote these files to avoid Context leaks, exception swallowing and other nuisances...
victor.hernandez17 添加了标签
deprecated
3 年前
登陆 并参与到对话中。
未选择里程碑
未指派成员
1 名参与者
到期时间

未设置到期时间。

正在加载...
取消
保存
这个人很懒,什么都没留下。