/easy-navigation-drawer

Easy integration of Android UX pattern Navigation Drawer (aka sliding menu)

Primary LanguageJavaApache License 2.0Apache-2.0

easy-navigation-drawer Build Status

Easy integration of Android UX pattern Navigation Drawer (aka sliding menu)

Why easy?

Compare Google's tutorial on creating navigation drawer with how it's done using this library:

    new EasyNavigationDrawerBuilder()
            .setContentView(R.layout.activity_child)
            .setLeftContentView(R.layout.navigation_menu)
            .install(this);

And the result is:

EasyNavigationDrawer Sample Screenshot