We are developing a bada application in which we are downloading a zipped directory having JSON files and images in it. After downloading the zip file from server we need to extract it for reading.

I am looking for some native function or external library to implement the functionality.

link|improve this question
feedback

1 Answer

Bada 2.0 introduced FileUnzipper.

For previous Bada versions, you should take a look at bada-zlib.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.