1 min readMay 4, 2019
Thanks for this (and the next) excellent article!
What exactly do you mean by ‘Retrofit and Volley manage their own threads’? If I try to execute a Retrofit Call
(i.e. synchronously) from the main thread I get an android.os.NetworkOnMainThreadException
. In other words: I must ensure main-safety myself. Retrofit doesn’t do that for me, although your article suggest otherwise.