Answer Posted / mady
The name of Android’s virtual machine. The Dalvik VM is an interpreter-only virtual machine that executes files in the Dalvik Executable (.dex) format, a format that is optimized for efficient storage and memory- mappable execution. The virtual machine is register-based, and it can run classes compiled by a Java language compiler that have been transformed into its native format using the included “dx” tool. The VM runs on top of Posix-compliant operating systems, which it relies on for underlying functionality (such as threading and low level memory management). The Dalvik core class library is intended to provide a familiar development base for those used to programming with Java Standard Edition, but it is geared specifically to the needs of a small mobile device.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What information do you need before you begin coding an android app for a client?
Lists life cycle methods of android activity?
Explain dalvik virtual machine?
How android is beneficial for app. Developers?
What is mipmap/ directory?
What is an apk format?
Which are the different tags that are required to create reusable user interface that include the layout?
What do you think are some disadvantages of android?
when will you use dynamic broadcast receivers?
When is it desirable to kill the foreground activity?
Write a program to show the addition and removing of the package.
What are the four essential states of an activity?
What is difference between activity & service?
When you have two or more activities with the same intent filter action name, the android os will display a
Explain me what is the android application architecture?