Has there been any update on the Nexus Two rumors from a month or two ago? I want an Android phone and I'm tempted to get the Nexus One, but I don't want it to instantly be obsolete... Recommendations?
I picked up the HTC Desire a few weeks back and I have never been happier with a phone, I would sincerely recommend it. It runs Android 2.1 out of the box. http://www.htc.com/www/product/desire/overview.html I have to say, though, it actually looks better in real than it does on the pictures, if looks is anything you care about. Not sure how HTC botched the pictures, can't really put my finger on it.
Android 2.2 (Froyo) features
31–40 of 59 posts
Re: Android 2.2 (Froyo) features
#32Re: Android 2.2 (Froyo) features
#33Earlier quoted context omitted.
Wow, I had no idea! Thanks for the summary. :)
Yup, seems like a really clever way to give developers a familiar language with a huge library without having to make a deal with Sun (err Oracle) for a JVM license
Re: Android 2.2 (Froyo) features
#34Re: Android 2.2 (Froyo) features
#35Are there any existing android phones that have FM hardware? I assume the FM radio support is for future phones...right?
FM <<<<<<< Pandora = Last.fm
Re: Android 2.2 (Froyo) features
#36I'm worried about developer-side automatic update. I can think of more than a few times where I wouldn't want such an update, or bad things that a developer could do to a user. As a developer, I'd like it, but I'm not so sure as a user.
True, but currently I have fifteen apps that say they have updates, and I am by no means a heavy app user. To update them (which requires FOUR clicks per app) is a waste of my time, to be quite honest. Yes, I am incurring a slight risk (depending on whether the apps I d/l are trusted), but I for one would be more than happy to automate this part of my life. For the cautious users, perhaps there could be a "wait x day…
I did'nt know until you mentioned it here.
Fail!
Re: Android 2.2 (Froyo) features
#37Here's hoping for a software fix for the N1's crappy multi-touch: http://androidandme.com/2010/03/news/is-multitouch-broken-on...
Re: Android 2.2 (Froyo) features
#38Are there any existing android phones that have FM hardware? I assume the FM radio support is for future phones...right?
Re: Android 2.2 (Froyo) features
#39Really, copy-editor?
Re: Android 2.2 (Froyo) features
#40Can anyone elaborate on how JIT is new to 2.2 and how that compares to how <=2.1 handles it? I haven't touched Java in ages, but I thought JIT was a fundamental part of how Java works, so I'm a bit confused.
Android does not have a JVM. While Android applications are written in Java, and initially compiled to Java bytecode, that bytecode is then translated into Davlik bytecode, and saved to a compact .dex executable, and run in the Davlik virtual machine. The Davlik virtual machine is quite different from the JVM. It is optimized for small devices. It is register-based rather than stack-based. It does not (currently) inc…