Catcher.AndroidDemo.SplashDemo.MainActivity.OnCreate C# (CSharp) Method

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);

            //set the view
            SetContentView (Resource.Layout.Main);
        }
    }
MainActivity