예제 #1
0
 public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions)
 {
     Xamarin.Forms.Forms.Init();
     // We only need a reference to SharedSpace.Droid.Lib.ExpandableListViewRenderer.
     // The following line ensures that we add a reference to ExpandableListViewRenderer.
     ExpandableListViewRenderer.Init();
     LoadApplication(new App());
     return(base.FinishedLaunching(application, launchOptions));
 }
예제 #2
0
        protected override void OnCreate(Bundle savedInstanceState)
        {
            base.OnCreate(savedInstanceState);

            Forms.Init(this, savedInstanceState);

            // We only need a reference to SharedSpace.Droid.Lib.ExpandableListViewRenderer.
            // The following line ensures that we add a reference to ExpandableListViewRenderer.
            ExpandableListViewRenderer.Init();

            LoadApplication(new App());
        }