1

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.

Lightness Races in Orbit
  • 378,754
  • 76
  • 643
  • 1,055
Varun Mittal
  • 486
  • 3
  • 8

1 Answers1

1

Bada 2.0 introduced FileUnzipper.

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

david
  • 1,311
  • 12
  • 32