android - adding files to my project -


i want add folder containing rules manipulations performed during run time. file names not fulfill name conventions (for example dd-pp-f4.cib), cannot put them inside raw resource folder. there 1000 files , many internal dependencies within can't change file names.

how can add folder files project , load them during runtime?

you can put them in assets folder. have here: http://developer.android.com/reference/android/content/res/assetmanager.html


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -