Shivang Trivedi
Shivang Trivedi

Reputation: 2182

How to make half sliding drawer?

how to make sliding drawer like below from left to right and right to left.This should be done in both side when click on button.without Action bar and after sliding from left to right part of list should be seen in right side

enter image description here

Upvotes: 0

Views: 869

Answers (2)

KickAss
KickAss

Reputation: 4280

  1. Android Navigation Drawer

  2. *Recommended: * SlidingMenu Library

Upvotes: 2

Sunil Kumar
Sunil Kumar

Reputation: 7092

You can create a side menu navigation drawer using ActionBarSherlock Library

http://www.androidbegin.com/tutorial/implementing-actionbarsherlock-side-menu-navigation-drawer-in-android/

Upvotes: 1

Related Questions