Itzick Binder
Itzick Binder

Reputation: 175

Add slide menu to activity in xamarin and android

I want to create an with xamarin android application with a sliding menu in every activity, but with other values in every menu in different activities.

I could not find any code samples for SlidingDrawer or for Fragment. Could someone please give me an XML and C# example for a sliding menu in an activity?

Thank you in advance!

Upvotes: 0

Views: 17135

Answers (1)

Suchith
Suchith

Reputation: 1527

If you are looking for a sliding menu using android material design navigation drawer then this http://www.appliedcodelog.com/2016/01/navigation-drawer-using-material-design.html might be useful. same can also be implemented by using simple gesture recognition and animation, for detail you can check this my blog entry: http://appliedcodelog.com/2015/09/slidingflyout-in-menu-in-android.html.

Upvotes: 1

Related Questions