Handler-Looper implementation in Android - Stack Overflow
I have Activity with Handler (UI thread) I start new Thread and make handler.post(new MyRunnable()) - (new work thread) Android documentation said about post method: "Causes ...
stackoverflow.com |