Reputation:
I am trying to implement Drawer layout In Xamarin Studio, and on method overring of OnOptionItemSelect I am facing this issue
'DrawerLayoutExampe.MainActivity.OnOptionItemSelected(Android.Views.IMenuItem)': no suitable method found to override (CS0115)
Upvotes: 1
Views: 5647
Reputation:
The answer of this is my namespace name and class name is same so it gives me error, I refactor my namespace so bug resolve
Upvotes: 1