I use this tutorial:
Tutorial
To show me a image into gridview,very good,but this tutorial show me image and text for example google but i want just show me image,and when i delete this line on code:
public CustomGrid(Context c,String[] web,int[] Imageid ) {
mContext = c;
this.Imageid = Imageid;
this.web = web;
}
i delete the String[] web but when i run my app is crash and exit the program.
How can i delete the text on gridview and just show to me image?