[android-developers] Re: Imitating the Launcher or 'Home Screen'

2009-05-27 Thread Romain Guy
The existing API is SlidingDrawer. If that's not what you want, you'll have to write your own. The "workspace" in Home is a custom view with custom layouts inside. On Wed, May 27, 2009 at 12:29 AM, Parakoos wrote: > > There are two inflexibilities with the SlidingDrawer which is why I'm > not ke

[android-developers] Re: Imitating the Launcher or 'Home Screen'

2009-05-27 Thread Parakoos
There are two inflexibilities with the SlidingDrawer which is why I'm not keen on using it, cool as it is. The first is the inability to have more than one drawer. (ok, I could have one on the bottom and one on the left, but it's not what I'm looking for) I have found a place in my UI where multip

[android-developers] Re: Imitating the Launcher or 'Home Screen'

2009-05-26 Thread Romain Guy
SlidingDrawer is part of the framework in Android 1.5. Why do you need several drawers? On Tue, May 26, 2009 at 3:47 PM, Dianne Hackborn wrote: > Copy the SlidingDrawer code into your app and modify it to work how you > want.  Just be sure to put them in your own package so they don't conflict >

[android-developers] Re: Imitating the Launcher or 'Home Screen'

2009-05-26 Thread Dianne Hackborn
Copy the SlidingDrawer code into your app and modify it to work how you want. Just be sure to put them in your own package so they don't conflict with the platform. On Tue, May 26, 2009 at 3:27 PM, Parakoos wrote: > > Hello, > > Is there an easy way to imitate the Launcher look and feel? I mean