HI guys,
I think this has been asked before but I was not able to get too much guidance.
The idea would be to design a UI based on squared tiles (a couple of tiles per rows), scrollable. ideally each tile would be configured with a layout with few view (a couple of buttons, labels maybe a gauge..simple stuff). each tile should be able to get events in the code for pressing buttons and code should be able to update the labels and the gauge in the tiles.
if it was one tile per row I would go for a custom list view easily. also having two single custom list view one close to the other I don't like as scrolling would not be fluid (I made a test and I did not like it).
What would be the suggested view to use? Any example available?
thank you all for any suggestion.
I think this has been asked before but I was not able to get too much guidance.
The idea would be to design a UI based on squared tiles (a couple of tiles per rows), scrollable. ideally each tile would be configured with a layout with few view (a couple of buttons, labels maybe a gauge..simple stuff). each tile should be able to get events in the code for pressing buttons and code should be able to update the labels and the gauge in the tiles.
if it was one tile per row I would go for a custom list view easily. also having two single custom list view one close to the other I don't like as scrolling would not be fluid (I made a test and I did not like it).
What would be the suggested view to use? Any example available?
thank you all for any suggestion.