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

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -

python - Error while using APScheduler: 'NoneType' object has no attribute 'now' -