最終更新:2018-02-16 (金) 17:16:31 (2258d)  

Handler.post
Top / Handler.post

boolean post (Runnable r)

Causes the Runnable r to be added to the message queue.

https://developer.android.com/reference/android/os/Handler.html#post(java.lang.Runnable)

関連