Do you know how To Start Another Activity?

Submitted by: Muhammad
Note: you need to past this code on onClick method.

Intent i = new Intent(getApplicationContext(), Activity2.class);

startActivity(i);
Submitted by: Muhammad

Read Online Mobile Apps Developer Job Interview Questions And Answers