java - How can I open files inside a subfolder in my asset folder -




hello community i'm new developer , i'm working on app presents documents user user can open them , modify content if wish so, issue i'm facing these documents numerous , organized in folders, best way me proceed ? store these documents inside app (can put them in asset folder )? how can keep same structure of files in app (same organization in respective folders)

you can way.

getresources().getassets().open("subfolder/file"); 




wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -