Created
October 20, 2021 20:55
-
-
Save renanboni/f380cddc10d407d34a0df3c4ac595a98 to your computer and use it in GitHub Desktop.
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