Is there a way to get the row count of a GridView for Android API Level 8?
If you take a look at the GridView page from the Android API Guide, you will see there is a method called onItemClickListener, where one of the parameters is the position. Along with getNumColumns() maybe you can get the number of rows.
onItemClickListener
getNumColumns()