Thursday, 20 August 2015

How to call another activity in android?

Intent intent = new Intent(context, AnotherActivity.class);
    startActivity(intent); 

No comments:

Post a Comment