Search code examples
androidandroid-layoutslidingdrawerandroid-sliding

Sliding Menu On Android


I want to create app with below feature

enter image description here

in first image I have vertical menu inside left,when slide, this ribbon open full [ second picture ]

how can I develop this app ? what is the best way for create this design?


Solution

  • This is a DrawerLayerLayout which can contain any UI Element you want it to be. Any Drawerlayout which covers the ActionBar is third party, there a some good one out there like the jfeinstein lib.