What is the Dalvik Virtual Machine?

Technology CommunityCategory: AndroidWhat is the Dalvik Virtual Machine?
VietMX Staff asked 3 years ago

The Dalvik Virtual Machine (DVM) is an android virtual machine optimized for mobile devices. It optimizes the virtual machine for memory, battery life and performance.

The Dex compiler converts the class files into the .dex file that run on the Dalvik VM. Multiple class files are converted into one dex file.