I know how to add photos to drawable folder and read them from it .. but in my case I have many folders each of them contains photos ..
so, how to add all the folders to my project in android studio
folder1 folder2 folder3 ..
and how to read get photos from them, for example: in drawable we use : R.drawable.photo1
so, how to do that in my case ..
and thanks in advance.