Interview Questions

What is the APK format?

Android Interview Questions and Answers


(Continued from previous question...)

What is the APK format?

The APK file is compressed AndroidManifest.xml file with extension .apk. It also includes the application code (.dex files), resource files, and other files which are compressed into a single .apk file.

(Continued on next question...)

Other Interview Questions