Questions
Tags
How to wait execute method enqueue?
In retrofit use method enqueue(new Callback<>), but it is executed later than the code below the call. How to wait until the enqueue is performed?
Java
Android
Rusty
asked
June 10th 19 at 15:23
Related questions
1
Scrolling when clicking on a link?
1
How to use .resize()?
1
The problem with WebStorm Less Watcher?
1
How to connect your node_modules using webpack in laravel?
2
Can ZF3 to create your own objects of type ViewModel, and pass there the logic of the presentation?
1
How to put the result of the match NBA with sports.ru?
2
There is a simple algorithm to smooth images?
0
How to build Gulp task for precompilation template Handlebars from file .json?
More answers about
"How to wait execute method enqueue?"
1
answer
Art_Christians
answered on
June 10th 19 at 15:25
https://square.github.io/retrofit/2.x/retrofit/ret...
Method onResponse
This is not done just so to not slow the ui during network requests
Find more questions by tags
Java
Android