res/drawable instead of assets/
in
Android Processing
•
1 years ago
My question is that how can i read from res/drawable/ folder "whatever.png" file(s)?
So i would like to do some screen and resolution optimization (for 320x240 resolution a smaller pictures and for hdpi some bigger) but in the sketch i am able to read .png from data folder that i created, and its name changes to 'assets' when i export android project from processing.
Are there any solution for this or i am able to read pictures from the assets (/data) folder only?
3