tags:

views:

27

answers:

1

Is there some easy way to implement the gui design pattern "Dashboard", with badges on the icons, as described in http://code.google.com/events/io/2010/sessions/android-ui-design-patterns.html on the iphone?

Like in the official facebook app for iphone.

A: 

It seems like the open source library Three20 and its TTLauncherView is the answer. http://three20.info/overview

(When i grow up i will learn to google before asking questions...)

ParDroid