I’m prototyping a touch screen application which does database lookups. I need to create a number of buttons, dependent upon the number of items returned from the database, to allow the user to select accordingly. I’d also like a method of arranging the buttons appropriately spaced on the screen.
Is this possible or is there a better way to achieve this?
Is this possible or is there a better way to achieve this?