What is a Dalvik ?
Answer / 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 |
what is aapt in android?
What are the hottest new Android phones out right now?
How will you record a phone call in Android? or How to handle an Audio Stream for a call in Android?
what is bundle in android and how it is different from parcel?
How will you Write an Application which Fits both for Mobiles and Tablets in Android?
0 Answers SkillGun Technologies,
Which is the best os for mobile?
What is orientation in android? How is it done?
What is the purpose of android system webview?
Explain how to send sms in android?
How does aosp relate to the android compatibility program?
Choose right kind of layouts supported in sencha touch?
What is tween effect?