android - When to use handler.post() & when to new Thread ...
經安全檢測,此網站為安全網站,請放心前往原始網址!
android - When to use handler.post() & when to new Thread ...
You should use Handler.post() whenever you want to do operations in the UI
thread. So let's say in the callback (which is running in separate thread) ...