I create some folders into assets. Each folder contains files that I would like to list. I am using following code but I always get a null value for fileList. Thank you.
Simplest would surely be this:
String[] fileList = getAssets().list("images");