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
Post a Comment