I update the internal data files for my application every 2-3 weeks, and have since around 2014.
There are 9 ascii text files which equal close to 15mb.
I distribute them by removing and adding them manually via the File Manager of B4A and making my users download and install every time there is a data update even though the aplpication code does not change beyond the version number.
I have considered FTP'ing them individually after a date check to see if there is a new version, but the distribution .apk is only 4MB and the data files are 15MB uncompressed.
If I could .zip them into a single compressed file on my WIN10 PC, upload them to the web server, and then download them on the Android and extract the contents into File.DirInternal that would be ideal.
I have the upload / download of files handled without an issue. I am lost how to extract a .zip file on the device.
Any direction (code, links, etc.) extremely appreciated.
There are 9 ascii text files which equal close to 15mb.
I distribute them by removing and adding them manually via the File Manager of B4A and making my users download and install every time there is a data update even though the aplpication code does not change beyond the version number.
I have considered FTP'ing them individually after a date check to see if there is a new version, but the distribution .apk is only 4MB and the data files are 15MB uncompressed.
If I could .zip them into a single compressed file on my WIN10 PC, upload them to the web server, and then download them on the Android and extract the contents into File.DirInternal that would be ideal.
I have the upload / download of files handled without an issue. I am lost how to extract a .zip file on the device.
Any direction (code, links, etc.) extremely appreciated.