When should you store files in the /assets directory?
/assets
when you need access to the file with its resource ID, like R.assets.filename
resource ID
R.assets.filename
when you need to access the file in its raw form using Resources.openRawResource()
Resources.openRawResource()
when you have XML files that define tween animations
when you need access to the original file names and file hierarchy