I need to design a grid of 2x30 buttons on the screen with labels of names.
What's the best layout-way to create the 2 groups of buttons given the button info/color/title will be populated from a database.
I was thinking a TableLayout perhaps, then in code create the buttons and add them to cells?