What is the different b/w running runnable inside handler new Handler().post(runnable) and running in Thread(runable) ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
The two concepts are not mutually exclusive. You can use |
|||
|
|