Created
October 20, 2021 20:55
-
-
Save renanboni/02dee47995202579246cd444ce5605bc to your computer and use it in GitHub Desktop.
sample.kt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Handler(Looper.myLooper()!!).postDelayed({ | |
| // codigo a ser executado depois de 1 segundo (1000ms) | |
| }, 1000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment