Android Software Engineer Question:
Download Questions PDF

Explain APK format for Android?

Android Software Engineer Interview Question
Android Software Engineer Interview Question

Answer:

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.

Download Android Software Engineer Interview Questions And Answers PDF

Previous QuestionNext Question
How to handle an audio stream for call in Android?What is needed to make multiple choice list with custom view for each row?