I would like to have a NavigationDrawer in my Android project that shows the ListView partially at all times, and the items are also clickable, but when the user drags the d
I would recommend that you use two overlapping fragments for this scenario. You can look at http://developer.android.com/guide/practices/tablets-and-handsets.html
and http://developer.android.com/guide/components/fragments.html for guides.
If you have any more specific queries let me know.