how to smove to a different activity with a button in andorid studio code example
Example: intent jump to new activity
//Intent i = new Intent(getApplicationContext(), Second.class);
// startActivity(i);
//Intent i = new Intent(getApplicationContext(), Second.class);
// startActivity(i);