handler - The onCreate() method in android -


i know handler.post() method, causes runnable r added message queue. runnable run on thread handler attached.

but question if use handler.post inside oncreate() method runnable in message queue executed after completion of oncreate() method, ??

please can clear doubt


Comments

Popular posts from this blog

.net - Generate assembly with Roslyn -

batch file - filebot superstrict script: need tiny video sample or other solution -

typescript - Disable a button based on text field values in angular 2 -