1
The method add
doesn’t show up, I’m new so I have no idea what it could be
protected override void OnCreate(Bundle bundle)
{
base.OnCreate(bundle);
// Set our view from the "main" layout resource
SetContentView(Resource.Layout.Main);
ListView lista = FindViewById<ListView>(Resource.Id.listView1);
lista.Add();
}
Did Matheus solve his problem with the answer? Or do you need some more information?
– viana