hasmet
hasmet

Reputation: 778

Implements a sliding menu without sliding drawer Android

I'm trying to implement a sliding menu without using the sliding drawer element deprecated. I see a lot of examples but all of them use sliding drawer or haven't complete code. Can you post some example or library to solve my problem?

Upvotes: 1

Views: 1117

Answers (2)

Srikanth Roopa
Srikanth Roopa

Reputation: 1790

You can check out Navigation Drawer

Upvotes: 1

marshallino16
marshallino16

Reputation: 2671

Use this one

https://github.com/jfeinstein10/SlidingMenu

Easy to implement, just add java code of example and create your menu.xml

Upvotes: 1

Related Questions