I\'m making a call using Retrofit\'s enqueue() method. I\'m calling my refreshImages() in my MainActivity\'s onCreate(), refreshImag
enqueue()
refreshImages()
onCreate()
refreshImag
Correct me if I'm wrong, is this on the main thread? That would pose the problem of not waiting for a response.
Consider using async
async