Skip to content

Instantly share code, notes, and snippets.

@granoeste
Created December 27, 2013 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save granoeste/8141420 to your computer and use it in GitHub Desktop.
Save granoeste/8141420 to your computer and use it in GitHub Desktop.
[Android] Running on UI Thread ?
Thread.currentThread().equals(context.getMainLooper().getThread());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment