I’d like to use the ZipFile class to unzip a file using its name from an archive of multiple files. How can I get the string of the zip file name and directory to pass to the ZipFile constructor?
I’d like to use the ZipFile class to unzip a file using its name
Share
You can use the AssetManager and ZipInputStream
http://developer.android.com/reference/android/content/res/AssetManager.html