[android-developers] Re: Custom Home Screen..

2009-01-23 Thread Romain Guy
It would be but to do it correctly it would require new API in the platform so that any Home screen implementation could use it. This is something I'd like to have in the platform at some point. On Fri, Jan 23, 2009 at 3:06 PM, Neo wrote: > > Thanks Dianne, the samples app is exactly what I need

[android-developers] Re: Custom Home Screen..

2009-01-23 Thread Neo
Thanks Dianne, the samples app is exactly what I needed. For the badge (as in iphone), would it be possible in theory atleast to implement something similar. On Jan 23, 5:12 pm, Dianne Hackborn wrote: > The PackageManager lets you do this.  Look at the home screens sample code > we provide in

[android-developers] Re: Custom Home Screen..

2009-01-23 Thread Dianne Hackborn
The PackageManager lets you do this. Look at the home screens sample code we provide in the SDK for everything you need. We don't have a concept of badges. If an app wants to get your attention, it is does through the status bar / notification panel. On Fri, Jan 23, 2009 at 1:36 PM, Neo wrote: