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 ?
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.