Version supported by navigation box in android

Is Android Navigational Drawer supported on the minimum version? Also can we make Custom Navigational Drawer in android? If we can kindly tell me how to start. I read the documentation from the Android developer site , but many things I can not understand and I want to help.

Thanks at Advance.

+6
source share
2 answers

The navigation box is part of the suport v4 library.

In Android doc:

Support the android.app classes to help develop applications for the Android 4 and later APIs.

So, you can use the navigation library from api 4 onwards.

+7
source

It is available from API 2. I guess. So almost the whole device. I recall this in Google IO videos.

0
source

Source: https://habr.com/ru/post/949519/


All Articles