I have tried making a listview for a android app like this tutorial.
However, when I tried making it, VS2010 started whining about an error, not sure what it means.
I hope someone can help me.
This is the error:
Activity1.OnCreate(Android.OS.Bundle)’: cannot change access modifiers
when overriding ‘protected’ inherited member
‘Android.App.Activity.OnCreate(Android.OS.Bundle)’
Based on the error message you need to change:
to