Skip to content

Instantly share code, notes, and snippets.

@Eng-MFQ
Last active July 6, 2018 14:14
Show Gist options
  • Save Eng-MFQ/91c8b700515f48c521dd0ae7a1ad3253 to your computer and use it in GitHub Desktop.
Save Eng-MFQ/91c8b700515f48c521dd0ae7a1ad3253 to your computer and use it in GitHub Desktop.
public void openNumberActivity(){
Intent intent = new Intent(this, NumbersActivity.class);
startActivity(intent);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment