https://developer.android.com/training/basics/firstapp/starting-activity.html
The part you want is Build an Intent~
Intent intent = new Intent (LoginActivity.this, RegisterActivity.class);
startActivirty(intent);
This is.
Study about the intro and write the intro.
Even if you ask questions without studying, your development skills will not improve
Enjoy your dinner~
© 2024 OneMinuteCode. All rights reserved.