how to open slide menu on button click in android xamarin.forms? -


i want create sliding menu in android in xamarin.forms. know can of masterdetailpage. don't want use masterdetailpage. want button page , on click of button slide menu should open.

is possible open slide menu without of masterdetailpage in xamarin.forms?

you can using e.g. absolutelayout page content. add slide menu in layout out of current view, , on click, animate view. it's simple.


Comments