Answers

Question and Answer:

  Home  Mobile Developer

⟩ How to Start Another Activity?

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

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

startActivity(i);

 188 views

More Questions for you: