Skip to content

This is a open Source Library Project That cam be used in Your Android Apps

Notifications You must be signed in to change notification settings

Falcon-Inc/NeonZip-FalconLibs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NeonZip-FalconLibs :

This is a open Source Library Project That cam be used in Your Android Apps

This Library will Help You To Zip a Folder or Files and also it can Unzip a Zip File In A Seconds.

Supported In:

1) Android Studio
2) Kepler Studio
3) Aide
4) Sketchware

Files :

All Ide Jar and Dex Available in different Folders To download this Library Easily.

Warning: Please Add These Import in Your Project Activity :

com.Falcon.Neon.Zip.UnZipFile
com.Falcon.Neon.Zip.ZipFile

Available Codes to Use :

For UnZipping A Zip:

UnZipFile unzip = new UnZipFile(MainActivity.this);
		
		           unzip.setZipPath("");
		           unzip.setZipOutput("");
				        unzip.UnZipFile();

For Zipping A File or Folder :

ZipFile zip = new ZipFile(MainActivity.this);
		           zip.setFolderPath("");
		           zip.setOutputPath("");
		               zip.ZipFile();

Library By Falcon.inc

About

This is a open Source Library Project That cam be used in Your Android Apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published