Mobile Apps Developer Question:

Do you know how To Start Another Activity?

Tweet Share WhatsApp

Answer:

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

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

startActivity(i);

Download Mobile Apps Developer PDF Read All 52 Mobile Apps Developer Questions
Previous QuestionNext Question
Tell us what Are The Advance Features Of Android Os?Tell us what Are The Features Of Android Os?