Image Tile Grid Layout

quotidianvoid

Member
Licensed User
Longtime User
I am trying to create a simple grid layout of image tiles. The number of images will vary depending on how many inputs the use submits, so the layout needs to be flexible enough to take into account a variable number of images and be scroll capable.

I basically want to do this (a grid layout of images with labels): Grid Lists | Android Developers

The images will need to respond to touch input.

It seems like it should be pretty common to want to do that, but I am having some trouble figuring out the easiest way to do it in B4A. This is my first app I am writing in B4A, so I could use some assistance...

Thanks!
 
Top