Hi,
Does anybody knows how could one programmatically decompress an archive in android ?
Hi,
Does anybody knows how could one programmatically decompress an archive in android ?
You can use ZipInputStream.
Just search google for how to decompress files in java, there are tons of tutorials.