I am creating an android app where i am required to do the following: start of next activity upon clicking buttons in android gridview.my question is as follows:
- can we create buttons in android grid view XML??
- how can we link these buttons with the java part using intents?