How to display list of resource drawables

Posted by Sparafusile on Stack Overflow See other posts from Stack Overflow or by Sparafusile
Published on 2010-03-29T13:56:52Z Indexed on 2010/03/29 14:53 UTC
Read the original article Hit count: 268

Filed under:

I would like to display all resource drawables in a list so that the user can select one. Is there any way to loop through all R.drawable items so I don't have to hard code them into my program?

© Stack Overflow or respective owner

Related posts about android