I am trying to create one gridView in android which have 10 rows and 10 columns.How can I set a fixed number of rows in Gridview ?
i dont recommend that but if you use API 14 greater than 14 you can use this code set number of column and rows
from xml
From Java
setRowCount(int rownumber );
enjoy