I want to create table Layout using Listview.But the no of rows and columns are dynamically generated. So how can i create ?
for eg.) If row =2 cols=2 means list view automatically create 2 rows and 2 cols
If row =3 cols =4 means listview create 3 rows and 4 cols automatically
So what i understand is i want to create 2 listview (1 for row and other for cols) is it right ? can anyone share the sample code?
i choose listview because of the table shows with scroll bar
But my table only contains textview .