What is .apk extension?
Answer / mady

The extension for an Android package file, which typically contains all of the files related to a single Android application. The file itself is a compressed collection of an AndroidManifest.xml file, application code (.dex files), resource files, and other files. A project is compiled into a single .apk file.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between a class , a file and an activity in android?
Which scenario can test only on real devices but not on emulator?
Explain fragment.
What is frame animation?
What's the latest android operating system?
What is needed to make a multiple choice list with a custom view for each row?
What is bound service?
What is color os in mobile?
What is the bundle in android?
What is the difference between android system and android os?
Can the user set a priority?
Can intent be used to provide data to a contentprovider? Why or why not?