What is the replacement of async task as it is deprecated and how to use the replacement ? any suggestions.
Replacement that functions same as async task.
What is the replacement of async task as it is deprecated and how to use the replacement ? any suggestions.
Replacement that functions same as async task.
Async task is for background operation.
If you want to replace the async task as it is deprecated, A better option is to use Kotlin Coroutines.
Kotlin Coroutines: