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 |
How to store arraylist in sqlite database in android?
What are few exceptions in android?
Which kernel is used in android?
Explain the onsavedinstancestate() in activity?
Explain about the exceptions of Android.
How do I reinstall operating system on galaxy s6?
What is an activity?
Where is the UI Designer?
How to use hashmap with arraylist in android?
What is a model class in android?
Which is the method you need to use to post a notification to be shown in the status bar?
Please explain how to prevent the data from reloading and resetting when the screen is rotated?