I want to run two threads r1
, and r2
. First start the r1
and after completion of r1
, start r2
(only after the completion r1
). How can this be done, two threads, one after another?
My answer here has an example using a Thread
and a Handler
. This method might be useful if you wanted to perform some UI updates in between the threads running.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With