Skip to content

Instantly share code, notes, and snippets.

@renanboni
Created October 20, 2021 20:55
Show Gist options
  • Save renanboni/02dee47995202579246cd444ce5605bc to your computer and use it in GitHub Desktop.
Save renanboni/02dee47995202579246cd444ce5605bc to your computer and use it in GitHub Desktop.
sample.kt
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