N
N
noob7772019-10-17 19:40:14
Android
noob777, 2019-10-17 19:40:14

What are Android's main uses for background work and threading?

Android has a lot of classes for background work and work with threads, many of them seem to be outdated, for example AsyncTask, Loaders. What are the most commonly used classes for background work?
In Kotlin, it seems to be mostly Coroutines, right? And in Java? What exactly is worth knowing about background work and threads in Android?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
terminator-light, 2019-10-17
@noob777

To work with threads, one usually chooses between RxJava and Coroutines, the rest can be forgotten. And if you mean background work in Android , then this is Service

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question