Iam using A ActionBar in my app. I have done something like so:-
ActionBar.SetDisplayHomeAsUpEnabled(true);
ActionBar.SetHomeButtonEnabled(true);
But I get a compilation error like:-
A object reference is required for the non-static field, method, or property 'Android.Support.V7.App.ActionBar.SetDisplayHomeAsUpEnabled(bool)'
What could be the problem/? Iam developing android in C# for the first time. Any suggestions will be helpful.