annttiigs 0 Newbie Poster

Hi,

In android you can access a resource with syntax like R.<res_type>.<res_name>

what I want to do is to reach a set of images has naming convention.

for example I have 4 files in drawable with the names :

draw_1_<rest_of_it>.jpg


how can I get the list of drawable images to List <drawable> ..

This is because, I want to make a slide show.

thx

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.