Is there any way to access a file into assets folder by name with regular expression?
Only selected one file but obvious the suffix into the name
Something like:
aFD =SessionManager.getAppContext().getAssets().openFd("box*.png");
The case:
/assets/box_1223.png
You should get all files from assets folder
You can view all files and take only what you need, by using
REGEXorcontains()