Answers

Question and Answer:

  Home  Mobile Apps Developer

⟩ Do you know how To Start Another Activity?

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

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

startActivity(i);

 154 views

More Questions for you: