Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Slide out ListView from side like in new GMail App

In the new GMail app you can slide out the list of folders from the left side.

I'd like to learn how this is done, and know if this is a feature of the Android SDK or did Google implement a custom effect to make this happen.

I've read about SliderDrawer and Fragments, but nothing seems similar to what they do.

enter image description here

like image 232
Reactgular Avatar asked Jun 07 '13 15:06

Reactgular


2 Answers

This is the new DrawerLayout UI pattern. They have instructions on how to set it up in your app.

like image 148
Karakuri Avatar answered Nov 15 '22 13:11

Karakuri


Use NavigationDrawer

and done with framelayout

like image 2
Vishal Android developer Avatar answered Nov 15 '22 11:11

Vishal Android developer