I'm a newbie and just trying something simple, but having a hard time to figure this thing out, hopefully you guys can help. I'm creating a very simple app with a main page, and putting a bunch of buttons for the alphabets, right next from each other. Since there are too many buttons to fit into one single line on the screen, what is the best way to have it automatically wrap to the next line, considering viewing it on different screen sizes.
I understand it can be done by calculating the screen size, but it seems simple enough to be done by some simple ways with activity? been looking and trying the layout tags, but nothing seems to work.
Thanks