Skip to content

Instantly share code, notes, and snippets.

@rafaelwkerr
Created June 5, 2015 19:02
Show Gist options
  • Save rafaelwkerr/50cb6a97801bd37f1a64 to your computer and use it in GitHub Desktop.
Save rafaelwkerr/50cb6a97801bd37f1a64 to your computer and use it in GitHub Desktop.
Run on UI Thread (Android)
activity.runOnUiThread(new Runnable() {
public void run() {
... do your GUI stuff
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment