I am beginner in java for android since I am developing a small app that takes images from specific folder on the internal storage and to be previewed in recyclerview inside gridview.
the problem that most of tutorials is illustrating the passing array is from res/drawable (R.drawable.imageName) but I need to change this array to call images from specific folder in internal storage.
appreciate your support