Android listview columns based on spinner's selection -
One more question I have.
I have created a screen that includes a spinner and a list view. The spinner only takes 2 values and the ListWeave is transformed according to the spinner's selection. The problem is that I want to keep 2 or 3 columns (based on spinner selection) in the list, how can I get it?
Or to say in other words, is there a way to hide / show a list view on the fly?
In advance thanks
You list elements of 3 elements as a child Together there can be a tablerow.
Another option might be to use a gridview if you want a column instead of a list view or column.
Comments
Post a Comment