Skip to content

Instantly share code, notes, and snippets.

@kobeumut
Last active August 25, 2017 07:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kobeumut/5561f72998c6f158f6153e1caca855e5 to your computer and use it in GitHub Desktop.
Save kobeumut/5561f72998c6f158f6153e1caca855e5 to your computer and use it in GitHub Desktop.
thread that has not called Looper.prepare() Android Error
runOnUiThread(new Runnable() {
public void run() {
//Your code is in here
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment