Thursday, March 6, 2014

Android Navigation Menu Drawer Sample

Hi all,

I am referring post here from ANDROIDHIVE.

You might have noticed that lot of android applications introduced a sliding panel menu to navigate between major modules of the application. Previously this kind of UI was done using some third party libraries where a list view and some swiping gestures used to achieve this. But now android itself officially introduced sliding panel menu by introducing a newer concept called Navigation Drawer.
Most of the time Sliding Menu (Navigation Drawer) will be hidden and can be shown by swiping the screen from left edge to right or tapping the app icon on the action bar.

Please refer to the below links for code demo and links for sample application.





No comments:

Post a Comment