Skip to content

Instantly share code, notes, and snippets.

@jeet-chanchawat
Created January 6, 2013 06:37
Show Gist options
  • Save jeet-chanchawat/4465651 to your computer and use it in GitHub Desktop.
Save jeet-chanchawat/4465651 to your computer and use it in GitHub Desktop.
Handler handler = new Handler();
handler.postDelayed(new Runnable() {
@Override
public void run() {
//do anything
}
}, 10000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment