Answer Posted / mady
Android programs are compiled into .dex (Dalvik Executable) files, which are in turn zipped into a single .apk file on the device. .dex files can be created by automatically translating compiled applications written in the Java programming language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is gen folder in android?
Which are location provider in android ?
What's the difference between file, class and activity in android?
Why are view recycled?
What is a layout resource?
What is the difference between serializable and parseable?
What is the significance of xml-based layouts?
What are application widgets in android?
How many android os are there?
What is the difference between a fragment and an activity?
What is the activityCreator in Android?
What is the benefit of an android library project?
What is data binding in android?
How was android os created?
How do you access the string resource stored in the strings.xml file?