Version supported by navigational drawer in android

android

Solution

The Navigational Drawer is part of the suport library v4.

From the Android doc:

Support android.app classes to assist with development of applications for android API level 4 or later.

So you can use the navigation lib from api 4 onwards.

Problem

Android `Navigational Drawer` is supported on minimum which version? Also can we make `Custom Navigational Drawer` in android? If we can then kindly tell me how to get started. I have read the documentation from Android Developer Site but many things I can't understand and want help Thanks in Advance.

Original source