How to call another activity in android?

  1. Intent i = new Intent(getApplicationContext(), ActivityTwo.class);
  2. startActivity(i);  

Share this

Related Posts

Previous
Next Post »