How to zip and unzip the files which are all already in DDMS : data/data/mypackage/files/ I need a simple example for that. I’ve already search related to zip and unzip. But, no one example available for me. Can anyone tell some example. Advance Thanks.
How to zip and unzip the files which are all already in DDMS :
Share
Take a look at java.util.zip.* classes for zip functionality. I’ve done some basic zip/unzip code, which I’ve pasted below. Hope it helps.