My Android app having many buttons.
My main.xml layout has three buttons.
I know how to use buttons to go from one activity to another, But i don't know how to have multiple buttons on one activity, with each launching a different activity than the other.
EXAMPLE
Main.xml
Button1
Button2
Main2.xml
Launched by button1
About.xml
Launched by Button2
How do i make the main.java file do this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…