ANDROID SCREEN DENSITIES; WHAT YOU SEE MAY NOT BE WHAT YOU GET.

Since Android 1.6 Google have beenasking developers to use specific size and density groupings for their graphical resources to ensure that their user interfaces looked good on a range of devices, but unfortunately developers are not fully supporting it and now OEMs are making their devices report the wrong densities. I’ve blogged before about developers not supporting the various sizes and densities fully which resulted in UIs which look odd and empty on tablets, but OEMs reporting the wrong densities seems to be a new phenomenon which means even if a developer provided graphic assets for all the screen sizes and densities Android supports they may still see the wrong assets being used and their UI looking odd on some devices through no fault of their own.

TALK ON ANDROID TABLETS

At the end of October I’ll be giving a talk on Android Tablets, eReaders, and other devices at droidcon London, so if you’ve found my posts on the subject interesting (or if you want to see any of the other speakers who are going to be presenting), the you can register to attend the Droidcon UK website.

ANDROID FACEBOOK APP; NOW WITH LESS TABLET LOVE

A short while ago I posted about how many Android applications hadn’t allowed for tablets by assuming a direct correlation between screen density and screen resolution. I used the Android Facebook application as an example, and as they’ve just released an update I thought I should follow up the previous post and look at the changes they’ve made. Unfortunately it seems they’re heading in the wrong direction. The biggest backwards step is the removal of landscape mode.

STEPPING BACK FROM PUBLIC ANDROID WORK

Today is a sad day for me as I’ve decided to greatly reduce my involvement in the Android community, and I thought it best to explain why rather than leave the rumour mill to run its' course. For those who don’t know my background my involvement with Android started when Dan Morrill demoed Android at the London Google Developer Day in 2008. During his session my brain started ticking and came up with a method of using cryptographic signatures to show approvals and create trust brands so users could tell who thought which apps were “safe”, I mentioned it to him, he seemed interested, and so I expanded on the idea in a blog post, and from there on I was hooked.

COMMUNITY CREATED "WORK IN PROGRESS" BOOKS; TREAD CAREFULLY

In the last day or two lots of people have helped circulate a link to an O’Reilly effort to create a cookbook of community supplied Android examples, which is a noble effort, but there is a big drawback; and that’s the potential quality of the information. Any healthy community tends to be pyramid shaped when it comes to knowledge and experience. At the bottom are the people who are starting out and have little knowledge or experience of the subject matter, and at the top are the people who’ve been involved in the area for a (relatively) long time and have studied it in depth.

ANDROID, TABLETS, AND MDPI-LARGE

When the Dell Streak was first launched there was an aspect of it that caught me off guard, its' pixel density, and it would appear I’m not alone. Before the Streak developers could pretty much assume that if their app was installed via Google Market any device which reported itself as having low density display (ldpi) had a QVGA screen, any device with a medium density (mdpi) screen had a HVGA screen, and any device with a high density (hdpi) screen had a WVGA screen, and that seemed to work pretty well.

BUILDING AOSP FOR THE NEXUS ONE

Please Note: Messing around with the firmware and OS on any device can render the device unusable. Please do not attempt to modify your firmware or OS unless you are confident you know what you are doing. I offer no guarantees and do not accept any liability for anything which may go wrong if you follow the information in this post. Here is my modified version of the instructions from the AOSP page for building for the HTC Dream range of ‘phones to cover the Nexus One Android 2.

GOOGLE, ANDROID, AND PRIVATE APIS.

[Declaration of interest: My company runs AndAppStore, an alternative to Googles Android Market] Theres been a fair amount of talk around Googles use of “Private APIs” in their Android applications since the Andy Rubin interview which appeared in the NY Times Bits blog, and I’d like to point out what appears to be a glaring mistake in one of the replies Andy gave. During the interview he said; I don’t know whether he said this because he doesn’t know about what’s in some of Googles Android applications, or whether he was towing a party line about Androids' open source nature, but that statement simply isn’t true.

PAYPAL X CONTEST WINNERS - GOOD & VERY BAD.

First off the good. AppBackr. They came second, and as far as I’m aware they didn’t break any rules. I’ve personally sent them a congratulatory message and everyone who took part in making PortaPayments sees them as a honest, worthy winner. In the future I’d have no problems in working with them to help them help apps get funded with a tie-up via AndAppStore or help getting the word out to Android developers.

BE POSITIVE, EVEN IF YOU WANT TO BE CRITICAL

After certain events in recent weeks I thought it was worth putting up a post trying to encourage people to be more constructive in their criticisms. Take, for example, a conversation I had with a developer a few weeks ago who came from a Symbian background; Dev : I’m looking for a code examples for things like… how to change screens using a horizontal finger gesture on the screen on Android.