The differences are as follows:
- @MainThread , the first run of the thread when the application starts,
- @UiThread , run from MainThread for the user interface to work,
- @WorkerThread , which are started when the programmer defines the thread
- @BinderThread , uses for some kind of query () / insert () / update () / delete () methods in ContentProvider.
AliSh source share