I'm working on a Android project that only support API level > 14. As a consequence, we don't use the Android Support Library.
I would like to use the navigation drawer with the newer API, but all the documentation I found is about how to create navigation drawer using the support library.
How can I create a Activity with a navigation drawer using only the Android SDK with API level > 14?