protected override void OnCreate (Bundle bundle) { base.OnCreate (bundle); SetContentView (Resource.Layout.Splash); HomeScreen home = new HomeScreen (); CountDown countDown = new CountDown (5000, 5000, this, home); countDown.Start (); StartAnim (); // Create your application here }