Skip to content

Instantly share code, notes, and snippets.

@Tonnie-Dev
Created August 3, 2018 08:59
Show Gist options
  • Save Tonnie-Dev/eced64ec054050e2ae49d6ccb0545d31 to your computer and use it in GitHub Desktop.
Save Tonnie-Dev/eced64ec054050e2ae49d6ccb0545d31 to your computer and use it in GitHub Desktop.
Context Start Activity
/*provide context if MyActivity is a local activity*/
Intent intent = new Intent(context,MyActivity.class);
startActivity(intent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment