[android-developers] Re: Sliding/moving fragments (like Gmail and Email app) in Honeycomb

2012-07-10 Thread William Swartzendruber
I'm also very curious about how this works. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr..

[android-developers] Emulate Gmail's Fragment System

2012-07-10 Thread William Swartzendruber
Gmail on tablets has a system where top level fragments can be pushed off the screen to make room for a new one. Or the fragment on the very left can hide itself when switching to portrait mode, but reappear when going back to landscape mode. How is this done? What classes are used to accompl