asynchronous - ANDROID: Running mutiple async tasks after the first one finishes -


basically title. can run them in row or @ once. need first 1 run load data rest.

any ideas?

maybes using handler first 1 code runs on different thread , trigger rest when 1 completes:

handler firsttask = new handler(new runnable() {     run() {         //do code         //run rest of tasks     } } 

Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -