Created
August 3, 2018 08:59
-
-
Save Tonnie-Dev/eced64ec054050e2ae49d6ccb0545d31 to your computer and use it in GitHub Desktop.
Context Start Activity
This file contains 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
/*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