SimonVT / android-menudrawer

*DEPRECATED* A slide-out menu implementation, which allows users to navigate between views in your app.
http://simonvt.github.com/android-menudrawer/
Apache License 2.0
2.59k stars 1.11k forks source link

why it's deprecated? #259

Closed billhsu closed 9 years ago

billhsu commented 9 years ago

And what's the replacement?

GMetaxakis commented 9 years ago

i think android.support.v4.widget.DrawerLayout

billhsu commented 9 years ago

make sense.

GMetaxakis commented 9 years ago

but i prefer to use that library, the google one i couldn't make it to work from eclipse and i don't like android studio.

billhsu commented 9 years ago

I prefer android studio actually. It's much more convenient than eclipse.

SimonVT commented 9 years ago

Yeah, the replacement is DrawerLayout. If I continued development, I'd basically just be duplicating behavior.