Android - Getting a list of drawable resource

前端 未结 4 1919
不知归路
不知归路 2021-01-20 16:16

In android you can access a resource with syntax like R..

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

for example I have 4 files in

4条回答
  •  暖寄归人
    2021-01-20 16:56

    You Should identify all the Image as a Drawable .. and then you can use them as you can !

提交回复
热议问题