I’m absolute beginner in Android apps development.
I created a main menu with buttons. Lets say, the buttons are named btnA, btnB and btnC. From main menu, if I click on btnA, then I will be linked to AsActivity. Similarly, from main menu, if I click on btnB, I will be sent to BsActivity. It is the same as btnC.
I have totally no idea on how to do that. Thank you.
Just use
Intentto move from home page to any activity on button clickAnd also add actA,actB and actC to manifest file