I am trying to develop a android application where I want to show product description and if user wants that product, he clicks corresponding checkbox. For this I think gridview can be good for many elements.
I am trying to do like this;
Image String1 Checkbox
String1alt
Image2 String2 Checkbox
String2alt
.
.
.
How can I do such a gridview?
According me instead of using the gridView you should use listview.
Refer this links.
LINK listview with checkbox
LINK1
LINK2
LINK3