I want to run some Runnable in a background thread. I want to use Handler because it’s convenient for delays. What I mean is handler.post(runnable, delay); Where runnable should be run in background …
I want to run some Runnable in a background thread. I want to use Handler because it’s convenient for delays. What I mean is handler.post(runnable, delay); Where runnable should be run in background …