I am trying to find out which controller Facebook (among other apps. such as Wunderlist) is using.
The controller, or at least it's effect, looks like this:
If this is not a standard or public controller, can someone please explain how to develop one? I am interested in the Android activity Layout and code that would accomplish this or some other options to make this smooth slider in Android. The same for iOS, which view hierarchy accomplishes this sliding motion smoothly.
To sum it up: how do I develop a view hierarchy that has an initial full screen view with a toolbar on top with 2 buttons (on toolbar's left and right side), and that upon button click, smoothly expands a side panel on the left or right side, scrolling the initial view almost completely out of sight except for the button used to toggle the side view. What xml/description to use and/or what code? Thanks.