Skip to content

Instantly share code, notes, and snippets.

@benvium
Created September 9, 2014 14:25
Show Gist options
  • Select an option

  • Save benvium/a5371df326f762258504 to your computer and use it in GitHub Desktop.

Select an option

Save benvium/a5371df326f762258504 to your computer and use it in GitHub Desktop.
Run a piece of code on the main thread.
new Handler(Looper.getMainLooper()).post(new Runnable() {
// stuff for main thread
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment