Mobile Apps Developer Question:

Do you know how To Start Another Activity?

Mobile Apps Developer Interview Question
Mobile Apps Developer Interview Question

Answer:

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

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

startActivity(i);


Previous QuestionNext Question
Tell us what Are The Advance Features Of Android Os?Tell us what Are The Features Of Android Os?