Android 11부터 Google에서는 AsyncTask가 deprecated 되었고 아래와 같이 concurrent 사용을 권장하고있다.
This class was deprecated in API level 30.
Use the standard java.util.concurrent or Kotlin concurrency utilities instead.
https://developer.android.com/reference/android/os/AsyncTask
AsyncTask | Android Developers
developer.android.com
'개발' 카테고리의 다른 글
AAOS Library (0) | 2022.05.12 |
---|---|
Google AD (0) | 2022.05.03 |
[Android] Don't Store Data in the Application Object (0) | 2021.11.23 |
[Android] Screen off 상태로 재부팅 방법 (0) | 2021.11.18 |
Broadcast Service on Cloud (0) | 2021.09.30 |