Which control should I use for this?

tmighty

Member
Licensed User
Longtime User
Hello!

I would like to make a grid that has several columns and rows.
Each cell should display an image and a text.

Here is an image of what it should approximately look like:
AndroidGridView2_01.png


When a cell is clicked, a sound file will be played back.
A click on *some* of these cells cause the grid to change its contents (like going to a new "page").

Is this already possible with B4A, and if yes, which control should I use?

Thank you very much.
 
Top