Android Question the folder of data

khwarizmi

Active Member
Licensed User
Longtime User
Hello all

my application use an external folder that contains data, such as text files, images, videos, ....
How can I make a package to include this folder ? should I zip it and add to File.DirAssets and then extract when the application start for the first time only ?
 

khwarizmi

Active Member
Licensed User
Longtime User
Many thanks for the prompt reply :)
then I will create the data folder as a sub folder inside the DirAssets, that means the apk file is the same like the setup file in windows, both of them will be extracted.
 
Upvote 0
Top