Skip to content

Instantly share code, notes, and snippets.

@magdamiu
Created May 12, 2020 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magdamiu/dacbdadadc39a3f12a8539e206337be9 to your computer and use it in GitHub Desktop.
Save magdamiu/dacbdadadc39a3f12a8539e206337be9 to your computer and use it in GitHub Desktop.
Explicit Intent
Intent launchSecondActivity = new Intent(AboutIntentsActivity.this, SecondActivity.class);
startActivity(launchSecondActivity);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment