protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);
            SetContentView(Android.Resource.Layout.ListContent);

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

			adapter = new RecipeListAdapter (this);
			ListAdapter = adapter;
		}