I'm interested in the technical details of APK files. I know already that the APKTOOL is able to extract all those layout files and so on of an APK file (including the smali sources), but I would like to khow, how the APKTOOL does the extraction of layouts, since they are crypted somehow (in case that you open it with unzip).
Does anybody know something about how Android compresses/encrypts(?) those layout files in the APK files? Is there any description out there?
Does anybody know a way to protect layouts against reengineering? (similar to ProGuard used for the source code)?
Thanks.