Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Because asynchrony ....
The application sent a request, the server processed and sent a response, the application received the data, chewed it into objects, and now the callback of your call is ready. And all of the above takes time, in the case of large amounts of data and poor Internet - a lot. And so that the main thread would not be stupid until it all worked out, the programmers invented asynchronous calls.
Read
the manual and you are trying to "immediately" get data that retrofit does not yet have
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question