I need to create a grid view where I need to show 10 rows and 10 columns on one screen .
I tried to set the value android:numColumns="auto_fit" to "10" but its not showing me the change....
eg. say a view of 3*3 would look like
1 2 3
4 5 6
7 8 9 on the whole screen. I need to fill the values of these rows and columns dynamically.
Any idea how to do this? thanks in advance


