does anyone knows (or can show me an exemple) of how can I develop an aplication that behaves just like honeycomb gmail?
How can I swop between frame layouts and change their sizes to display contents. like when you click on your message and then the fragment floats left to make room for the message, and se fragment containing you boxes disappear.
does anyone knows (or can show me an exemple) of how can I develop
Share
I think you sad it all 🙂 Provide a layout for your components, I’d suggest a LinearLayout with horizontal orientation. Then you add all three fragments to it, and you hide the third one – containing the Message.
Then when you want to show message fragment:
And for the animations the slide_in_left for folder fragment would be, you can derive the others (400 is the width of the component):