Skip to content

Instantly share code, notes, and snippets.

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