Rushn
3
Q:

android how to switch between activities

Intent intent = new Intent(getApplicationContext(), ActivityToBeOpened.class);
startActivity(intent);
1

New to Communities?

Join the community