Skip to content

Instantly share code, notes, and snippets.

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