13 messages in com.googlegroups.android-internals[android-internals] Re: Android on mo...
FromSent OnAttachments
Horia11 Jun 2008 01:32 
Andrea Bernardi11 Jun 2008 13:17 
David Given11 Jun 2008 13:41 
hackbod12 Jun 2008 00:28 
David Given12 Jun 2008 08:21 
Horia12 Jun 2008 09:38 
Horia12 Jun 2008 09:41 
hackbod12 Jun 2008 14:24 
Digit12 Jun 2008 14:48 
David Given12 Jun 2008 14:56 
Horia13 Jun 2008 07:49 
hackbod13 Jun 2008 17:06 
hackbod13 Jun 2008 17:17 
Subject:[android-internals] Re: Android on mobile devices
From:Horia (hori@gmail.com)
Date:06/12/2008 09:38:52 AM
List:com.googlegroups.android-internals

Hi,

Hi, on a Nokia N800, platform with a 400 MHz CPU and 128 MB RAM, Android m3-rc37 is quite responsive. Instead the last version, m5-rc15h is slow, I think because in the boot process launchs more services and so uses nearly all the RAM memory, and maybe because all the debug function in the binary application framework are active.

Andrea, thanks for your answer!

IIRC, the current Dalvik VM is interpreted, not a JIT, which means that performance is going to be abysmal.

That was my thought also...

Note that in almost all of the demos that have been shown, what you have seen is the Dalvik interpreter running on about the same class of hardware: 350MHz CPU, 128MB RAM.

Yes, but the demos were made with acceptable applications. I was really wondering if an application similar to Quaqe for example will run smoothly on Android (from what I know Quaqe is native code right now). Secondly, the guidelines page (http://code.google.com/android/ toolbox/performance.html) advise the user not to write highly object- oriented code so my presumption is that these kind of applications won't run very fast on Android.