Questions tagged as 'asincronico'

1
answer

VOLLEY Android Asynchronic

I have the following method that brings me a balance String rq = RequestManager.accountBalance(numeroTelefonico); GenericController gC = new GenericController(true); gC.accBalance(this, rq, new Response.Listener<AccountB...
asked by 23.01.2018 / 15:34
2
answers

Android Java Wait for an asynchronous process to finish [duplicated]

What happens is that I have working on AndroidStudio, programming in Java where you have a function that makes data to a URL that I have, and upload some images, along with other data. This process is all OK, what happens is that I have the...
asked by 05.02.2018 / 16:30