Skip to content

Instantly share code, notes, and snippets.

@LoriBru
Created January 14, 2019 14:24
Show Gist options
  • Select an option

  • Save LoriBru/c42ffefc8bc21b165fc3843ac0201de3 to your computer and use it in GitHub Desktop.

Select an option

Save LoriBru/c42ffefc8bc21b165fc3843ac0201de3 to your computer and use it in GitHub Desktop.
Snippet to run code on the UI thread.
activity.RunOnUiThread(() =>
{
// Some code to run
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment