I am developing an application in android and I have a folder of images and need to load and show them in my app using Gridview(something like android gallery). for this task I used this library.
Now my question is where is the best place to put this folder of images in application package(i.e in res or assets folder or etc) and how can I get its path in runtime?
P.S. I know about Drawable directory but I need sth other than this, e.g. I want to put my images in res/raw but how can I get raw directory path in runtime?