Hello, Is there an easy way to imitate the Launcher look and feel? I mean having three full screen views which can be switched between by sliding/dragging right or left.
I had a look at the source code to see how it was done and found that the magic is done in the "com.android.launcher" package. I take it that it is inadvisable to use the same classes as those in that package due to them not being part of the official SDK and therefore up for change at any point? If so, is there a good way to get a similar effect from the official SDK? The SlidingDrawer would have given me what I needed if it was possible to have more than one defined, but that seems to not be supported. (the handles stack on top of each other) So you know what problem I'm trying to solve, here is some background: I've got the an application which shows a photo. I want to maximize the viewing area of the photo so it takes up most of the screen. At the same time I'd like the user to easily be able to bring into view the metadata of the photo. That is where I wanted the 'slide android view into view' functionality similar to that found in the Launcher and/or the SlidingDrawer. Thanks for any help. Gustav --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

