I need a GridView, but in each grid, there will be an ImageView and TextView over/inside it.
It will be like an item image in each grid, and name of the item on the imag
Create a RelativeLayout that contains the ImageView and the TextView,with TextView's bottom edge aligned with the Imageview's bottom edge.
RelativeLayout
ImageView
Imageview's
// or to top
Inflate this layout in getView method of your adapter.
getView