예제 #1
0
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);

            // Set our view from the "main" layout resource
            SetContentView(Resource.Layout.Splash);

            MyHandler handler = new MyHandler(this);

            handler.SendEmptyMessageDelayed(0, 3000);
        }