GridView with Image and Text

This tutorial shows how to display a Map List containing texts and images in a Custom GridView. Step 1: Create a new project with name GridViewExample and package name com.myexample.gridview. Select File/New/New Project. Fill the forms and click “Finish” button. Step 2: Open res/layout/xml (or) main.xml and add following code. Here we add a GridView. Step … Read more

GridView Example

This tutorial shows how to display a String list in a GridView. Step 1: Create a new project with name GridView and package name com.myexample.gridview. Select File/New/New Project. Fill the forms and click “Finish” button. Step 2: Open res/layout/xml (or) main.xml and add following code. Here we add a GridView mainGridView1. Step 3: Open app/src/main/java/package and open … Read more