Now a days the android shopping apps have a listView of their products and the also have a button to switch it to gridViews. I wanted to apply this concept.
I tried doing it using normal ScrollView but that functionality is not giving me best results. I wanted to know do we have any module or UI control which does this in titanium. The switching shouldnt remove the products from the vision.
Basically I want to switch between 2 column TableView/ListView to 1 column Tableview/ListView. Also using the subViews within the tableViewRow isnt the solution as while going for 1 column view it will result in problems.