Uncategorized

Android 1.5 Could Distort Some Apps

4

With the Android 1.5 SDK update not only came feature changes, API updates and bug fixes but also a lot of cosmetic UI polishing and improvements. An example provided on the Android Developers Blog shows the “Creating A New Contact” Screen in the current Android version (on left) and then the new Android 1.5 version (on right):

android-contact

That’s all fine and dandy – the UI was in need of some updating and from what I’ve heard of 1.5, it makes the whole platform look and feel a lot more top of the line. However, a minor change in the minimum button size might throw a wrench into some developer’s existing applications. Below, see how the exact same code would be rendered differently when moving between Android 1.1 (on the left) and Android 1.5 (on the right):

android-buttons

Previously, the minimum button size was 44×48 pixels. Now, the minimum button size is 24×48 pixels. Some developers could have used the default minimum button size within their application framework without coding/planning for potential changes in this feature. That means when Android 1.5 hits phones as a firmware update, their buttons defaulting to the min size will now be smaller and the entire layout could, potentially, be mixed up.

It isn’t a HUGE problem and it won’t likely affect that many applications – just a warning to developers and Android users alike that this could be going on. Perhaps the slow roll out of new devices is a blessing in disguise – if there were already a truckload of different hardware options the vision and progression of Android may have gotten a bit convuluted and murky.

Either way, everyone will most likely find the UI updates more than worth it.

Rob Jackson
I'm an Android and Tech lover, but first and foremost I consider myself a creative thinker and entrepreneurial spirit with a passion for ideas of all sizes. I'm a sports lover who cheers for the Orange (College), Ravens (NFL), (Orioles), and Yankees (long story). I live in Baltimore and wear it on my sleeve, with an Under Armour logo. I also love traveling... where do you want to go?

Dell To Cry In Tiny Little Corner Called China

Previous article

Company Suing Apple Shows Off Multi-touch on Android

Next article

You may also like

4 Comments

  1. well it’s a good thing that this is out there now, but i’m sure devs. will work it out on he whole they all seem to be a pretty competent bunch…

  2. so any idea when this firmware update will happen? By the end of april maybe?

  3. Devs shouldn’t have coded by assumption! ;)

  4. I agree with Craig. I should not be a problem at all.

    Looking at the side by side pics up there I can say that the UI changes look good and were more needed than I though. I think I’ll download the 1.5 SDK and play with it a bit.

Leave a reply

Your email address will not be published. Required fields are marked *