Hacker News new | ask | show | jobs
by tosti 82 days ago
Makes sense for an apk to be a zip file. Apps were supposed to be written in Java and that has always shipped binaries in zip files (jar or war).
1 comments

There are many "file formats" that are just relabelled zips - the hard part is always reconstructing it after making a change.
That's because zip is really just the first layer.