[ad_1]
From one Activity to another activity you can use Intent:
Intent intent = new Intent(this, YourActivity.class);
startActivity(intent);
0
[ad_2]
solved Android go to next page
[ad_1]
From one Activity to another activity you can use Intent:
Intent intent = new Intent(this, YourActivity.class);
startActivity(intent);
0
[ad_2]
solved Android go to next page