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 is an activity? Which method is implemented by all subclasses of an activity?
how to install your app in android?
What item are important in every android project ?
Why did we open the Android source code?
How do you find memory leaks in the mobile app on android platform?
Why cannot you run standard Java bytecode on Android?
What do you mean by activitycreator?
What is app.iml/ directory?
Could you point out some of the prime advantages of android?
What is if statement?
Why ttl (time to live) is required?
What is singleton class in android?