I would like to deploy multilingual documents in my Android app directly inside my apk in order to access them offline.
Documents placed in the raw directory can do that but I can't keep any folder structure, I would prefer to avoid this. In addition I wouldn't be able to integrate (non single file) html file.
I saw some workarounds using the assets folder:
What's the best practice? It seems like a basic feature, it's strange that Google didn't foresee a solution for this. I couldn't find any guideline in http://developer.android.com.