I do not use AsyncTask either. In my case, the use...
# android
j
I do not use AsyncTask either. In my case, the use of RxJava made AsyncTask and sth like
new Thread(new Runnable(){runOnUiThread(new Runnable())}).start();
obsolete.