How to Build a Grid of Drawables in Android Studio

I am new to Android Studio but not to XML or c# coding.I need a layout that contains a grid.  The grid needs a different image in each cell.I believe that the grid source needs to be a ListAdapter. Can you give me a simple example or reference link?Thanks
0
Avatar
Permanently deleted user
This might clarify my need.By default, each cell contains text. Where does this text comes from?Item 1, Item 2, etc.I need to replace the text with images that I copied into the drawable-mdpi folder.c2clip.png, c3clip.png, etc.Thanks,

Attachment(s):
GridQuestion1.png
GridSample.png
0

请先登录再写评论。