Android Question Show multiple images and labels with scrollbar

MarianoDuk

Member
Licensed User
Hello to all, please apologize my english.
I need your help, i want to show about 10 small images, each one with 2 or 3 related labels, and i need the user to move from first to last one.

Something like this...

imageview1
label1 - label2
<a space>
imageview2
label3 labe4
<a space>
...

There are about 10/12 images, so i cant show them all in the same screen, i need to scroll.
Wich is the best way to do this? maybe add this controls to a panel or scrollvuiew or something like that?
Thanks!!!
 
Top