Android Question List of Images

Panagitois Lazos

Member
Licensed User
Longtime User
Hi Everyone!
i want to have a list of images so the user can choose one.
the images are going to be separate png files or i ll use a mysql db to store them.
I tryed to use list view but it became extremely Slow when i used more than 30 images.
So is there any other way to do this im open to suggestions.

Thanks Guys!
any help would be extremely usefull
 

derez

Expert
Licensed User
Longtime User
You can populate a scrollview with thumbnails of the images, something like Gallery.
 
Upvote 0
Top