What is .dex extension?
Answer / 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 |
What are the multimedia features involved in making android popular?
What is an anr? What are some measures you can take to avoid anr?
Why cannot you run standard Java bytecode on Android?
What is an uris?
What do you mean by intent in android?
What is the difference between serializable and parseable?
Explain real time scenario where android can be used?
What is orientation in android? How is it done?
How are view elements identified in the android program?
Described the components of android?
Explain me how does the activity respond when the user rotates the screen?
Is jelly bean a version of android os?