X
X
xllnc2019-08-14 23:58:45
Android
xllnc, 2019-08-14 23:58:45

What libraries are mainly used for Android applications?

Android has a lot of ways to work in a background thread. I know AsyncTask, Loaders, Handlers, Thread. But I don’t know which one, when to use it, and whether they are currently being used at all in development.
Heard about RxJava, is it a replacement for standard background work tools??
Also, for example Architectural components like: LiveData, PagingLibrary, ViewModel, Room, etc., is Android development moving to them??

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Denis Zagaevsky, 2019-08-15
@Blackeyed7

None of this is used directly in modern development.
Rx or coroutines. If not, then some abstractions are still needed, otherwise death.

D
Developer, 2019-08-15
@samodum

What's the question?
Use the tool of your choice.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question