protected override void OnCreate(Bundle bundle) { base.OnCreate(bundle); SetContentView(Android.Resource.Layout.ListContent); adapter = new RecipeListAdapter(this); ListAdapter = adapter; }
protected override void OnCreate (Bundle bundle) { base.OnCreate (bundle); SetContentView (Android.Resource.Layout.ListContent); adapter = new RecipeListAdapter (this); ListAdapter = adapter; }