<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Best Android apps - Androidapps.org - Your source for technology news &#187; dalvik VM</title>
	<atom:link href="http://www.androidapps.org/tag/dalvik-vm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.androidapps.org</link>
	<description>Android apps and Tech News</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:42:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Dalvik VM (Virtual Machine)</title>
		<link>http://www.androidapps.org/dalvik-vm-virtual-machine</link>
		<comments>http://www.androidapps.org/dalvik-vm-virtual-machine#comments</comments>
		<pubDate>Wed, 12 Nov 2008 08:24:27 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[dalvik VM]]></category>

		<guid isPermaLink="false">http://androidapps.org/?p=117</guid>
		<description><![CDATA[The development process is a standard one for Java developers: Java code is compiled into .JAR and .CLASS files. Google built a custom virtual machine to run these programs; it is called DALVIK (after one engineer&#8217;s favorite location in Iceland.) The DALVIK VM is designed especially for Android to run on embedded systems and work [...]]]></description>
			<content:encoded><![CDATA[<p>The development process is a standard one for Java developers: Java code is compiled into .JAR and .CLASS files. Google built a custom virtual machine to run these programs; it is called DALVIK (after one engineer&#8217;s favorite location in Iceland.) The DALVIK VM is designed especially for Android to run on embedded systems and work well in low power situations; it&#8217;s also tuned to the CPU attributes. The DALVIK VM creates a special file format (.DEX) that is created through build time post processing. The DEX files can be downloaded onto the mobile handsets and run.</p>
<p>Every Android application runs in its own process, with its own instance of the Dalvik virtual machine. Dalvik has been written so that a device can run multiple VMs efficiently. The Dalvik VM executes files in the Dalvik Executable (.dex) format which is optimized for minimal memory footprint. The VM is register-based, and runs classes compiled by a Java language compiler that have been transformed into the .dex format by the included &#8220;dx&#8221; tool.</p>
<p>The Dalvik VM relies on the Linux kernel for underlying functionality such as threading and low-level memory management.</p>
<p>Source: <a href="http://code.google.com/android/what-is-android.html">Open Handset Alliance</a>, <a href="http://www.onlamp.com/pub/a/onlamp/2007/11/12/google-calling-inside-the-gphone-sdk.html">OnLamp</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.androidapps.org/dalvik-vm-virtual-machine/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

