Monday 5 January 2015

How to call another activity in android ?


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

 startActivity(i);  

No comments:

Post a Comment