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
Post a Comment