Created
September 9, 2014 14:25
-
-
Save benvium/a5371df326f762258504 to your computer and use it in GitHub Desktop.
Run a piece of code on the main thread.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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