Skip to content

Android (java) code that successfully unzips a folder in internal storage

Notifications You must be signed in to change notification settings

cjae/AndroidUnzipFolderFix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

AndroidUnzipFolderFix

Android (java) code that successfully unzips a folder in internal storage

I needed to unzip a folder I downloaded from a server, but all the unzip code I saw had one issue or the other.

I got a code which successfully unzips a zipped folder containing just files but throws an error when I tried using it to unzip a zipped folder containing a folder(s).

So I had to create a fix.

This is the decompress(unzip) code snippet i came up with.

About

Android (java) code that successfully unzips a folder in internal storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages