I want to implement Right side notification drawer in my android app like the google plus app. I tried doing it with navigation drawer but the action bar drawer toggle takes drawer layout as input instead of a particular view and thus reacts to both left and right drawer unlike g+ app.
Sliding drawer could be another option but that has been deprecated in API level 17. What can i use to implement that functionality in my app?
here is an image of what I want: http://i.stack.imgur.com/qkH30.png