I have created a home screen in my application and I have added 2 buttons on my Home screen. I want to navigate from my home screen to 2 differnt screens on click of these buttons i.e. on pressing the first button I should navigate to a new screen and on pressing the second button I should navigate to another screen. plz help me out.
Share
For that you have to call new activity on button’s onClick Event and you have to decalare those two activity in manifest file.