After doing some reading on developer.android.com I am seriously considering the removal of menu drawer navigation from my app.
Before I do, however, I wanted to hear your opinion: why was android.widget.SlidingDrawer
deprecated as of API 17?
EDIT:
This is a valid question. Why the android.widget.SlidingDrawer
got deprecated? and what else can be used in place of Sliding drawer to get same effect?