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); }