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

            RegisterServices();

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

            // Load initial fragment.
            var wl = new WorkoutListFragment();
            PushFragment(wl);
        }
예제 #2
0
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);

            RegisterServices();

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

            // Load initial fragment.
            var wl = new WorkoutListFragment();

            PushFragment(wl);
        }