I am trying to make a navigationDrawer in Android v4.0+ to be exactly like in this example in the official documentation of android.
However I do not find any documentation how to achieve this. All I can find is telling me to extend the ListView, but that just sounds weird as it looks like the native android classes should have this kind of functionality.