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