コード例 #1
0
        public MainPage()
        {
            this.InitializeComponent();

            AnimationViewRenderer.Init();

            LoadApplication(new SolariPDV.App());
        }
コード例 #2
0
 // This is the main entry point of the application.
 static void Main(string[] args)
 {
     // if you want to use a different Application Delegate class from "AppDelegate"
     // you can specify it here.
     UIApplication.Main(args, null, "AppDelegate");
     PullToRefreshLayoutRenderer.Init();
     AnimationViewRenderer.Init();
 }
コード例 #3
0
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            CachedImageRenderer.Init();
            AnimationViewRenderer.Init();
            PlotViewRenderer.Init();

            return(base.FinishedLaunching(app, options));
        }
コード例 #4
0
ファイル: AppDelegate.cs プロジェクト: robin67200/PPEMobile
        //
        // This method is invoked when the application has loaded and is ready to run. In this
        // method you should instantiate the window, load the UI into it and then make the window
        // visible.
        //
        // You have 17 seconds to return from this method, or iOS will terminate your application.
        //
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            global::Xamarin.Forms.Forms.Init();
            LoadApplication(new App());

            AnimationViewRenderer.Init();
            return(base.FinishedLaunching(app, options));
        }
コード例 #5
0
        public MainPage()
        {
            this.InitializeComponent();

            ZXing.Net.Mobile.Forms.WindowsUniversal.ZXingScannerViewRenderer.Init();
            AnimationViewRenderer.Init();
            LoadApplication(new SerapisPatient.App());
        }
コード例 #6
0
ファイル: AppDelegate.cs プロジェクト: thekeviv/UvicMyAccess
 //
 // This method is invoked when the application has loaded and is ready to run. In this
 // method you should instantiate the window, load the UI into it and then make the window
 // visible.
 //
 // You have 17 seconds to return from this method, or iOS will terminate your application.
 //
 public override bool FinishedLaunching(UIApplication app, NSDictionary options)
 {
     global::Xamarin.Forms.Forms.SetFlags("Shell_Experimental", "Visual_Experimental", "CollectionView_Experimental", "FastRenderers_Experimental");
     global::Xamarin.Forms.Forms.Init();
     LoadApplication(new App());
     AnimationViewRenderer.Init();
     return(base.FinishedLaunching(app, options));
 }
コード例 #7
0
 //
 // This method is invoked when the application has loaded and is ready to run. In this
 // method you should instantiate the window, load the UI into it and then make the window
 // visible.
 //
 // You have 17 seconds to return from this method, or iOS will terminate your application.
 //
 public override bool FinishedLaunching(UIApplication app, NSDictionary options)
 {
     global::Xamarin.Forms.Forms.Init();
     LoadApplication(new App());
     ButtonCircle.FormsPlugin.iOS.ButtonCircleRenderer.Init();
     AnimationViewRenderer.Init();
     KeyboardOverlapRenderer.Init();
     return(base.FinishedLaunching(app, options));
 }
コード例 #8
0
        public override bool FinishedLaunching(UIApplication uiApplication, NSDictionary launchOptions)
        {
            global::Xamarin.Forms.Forms.Init();

            CarouselViewRenderer.Init();
            AnimationViewRenderer.Init();

            return(base.FinishedLaunching(uiApplication, launchOptions));
        }
コード例 #9
0
 public override bool FinishedLaunching(UIApplication app, NSDictionary options)
 {
     global::Xamarin.Forms.Forms.Init();
     Rg.Plugins.Popup.Popup.Init();
     AnimationViewRenderer.Init();
     LoadApplication(new App());
     ZXing.Net.Mobile.Forms.iOS.Platform.Init();
     return(base.FinishedLaunching(app, options));
 }
コード例 #10
0
        //
        // This method is invoked when the application has loaded and is ready to run. In this
        // method you should instantiate the window, load the UI into it and then make the window
        // visible.
        //
        // You have 17 seconds to return from this method, or iOS will terminate your application.
        //
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            Forms.SetFlags("CollectionView_Experimental");
            global::Xamarin.Forms.Forms.Init();
            AnimationViewRenderer.Init();
            LoadApplication(new App(new iOSInitializer()));

            return(base.FinishedLaunching(app, options));
        }
コード例 #11
0
        public MainPage()
        {
            this.InitializeComponent();

            FFImageLoading.Forms.Platform.CachedImageRenderer.Init();
            AnimationViewRenderer.Init();

            LoadApplication(new RecommendersDemo.App());
        }
コード例 #12
0
        //
        // This method is invoked when the application has loaded and is ready to run. In this
        // method you should instantiate the window, load the UI into it and then make the window
        // visible.
        //
        // You have 17 seconds to return from this method, or iOS will terminate your application.
        //
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            global::Xamarin.Forms.Forms.Init();
            AnimationViewRenderer.Init();
            LoadApplication(new App(new iOSInitializer()));

            UINavigationBar.Appearance.BarTintColor = UIColor.FromRGB(110, 110, 110);
            return(base.FinishedLaunching(app, options));
        }
コード例 #13
0
        public MainPage()
        {
            this.InitializeComponent();
            AnimationViewRenderer.Init();
            CachedImageRenderer.Init();
            var ignore = typeof(SvgCachedImage);

            LoadApplication(new PrismSportApp.App(new UwpInitializer()));
        }
コード例 #14
0
        protected override void OnCreate(Bundle savedInstanceState)
        {
            base.OnCreate(savedInstanceState);

            global::Xamarin.Forms.Forms.Init(this, savedInstanceState);

            AnimationViewRenderer.Init();
            LoadApplication(new App());
        }
コード例 #15
0
        //
        // This method is invoked when the application has loaded and is ready to run. In this
        // method you should instantiate the window, load the UI into it and then make the window
        // visible.
        //
        // You have 17 seconds to return from this method, or iOS will terminate your application.
        //

        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            CachedImageRenderer.Init();
            Rg.Plugins.Popup.Popup.Init();
            global::Xamarin.Forms.Forms.Init();
            global::Xamarin.Forms.FormsMaterial.Init();
            AnimationViewRenderer.Init();
            LoadApplication(new App(new iOSInitializer()));
            return(base.FinishedLaunching(app, options));
        }
コード例 #16
0
        protected override void OnCreate(Bundle savedInstanceState)
        {
            TabLayoutResource = Resource.Layout.Tabbar;
            ToolbarResource   = Resource.Layout.Toolbar;

            base.OnCreate(savedInstanceState);
            global::Xamarin.Forms.Forms.Init(this, savedInstanceState);
            AnimationViewRenderer.Init();
            LoadApplication(new App());
        }
コード例 #17
0
        //
        // This method is invoked when the application has loaded and is ready to run. In this
        // method you should instantiate the window, load the UI into it and then make the window
        // visible.
        //
        // You have 17 seconds to return from this method, or iOS will terminate your application.
        //
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            Xamarin.Forms.Forms.Init();
            Xamarin.Forms.FormsMaterial.Init();
            FFImageLoading.Forms.Platform.CachedImageRenderer.Init();
            AnimationViewRenderer.Init();
            LoadApplication(new App());

            return(base.FinishedLaunching(app, options));
        }
コード例 #18
0
        //
        // This method is invoked when the application has loaded and is ready to run. In this
        // method you should instantiate the window, load the UI into it and then make the window
        // visible.
        //
        // You have 17 seconds to return from this method, or iOS will terminate your application.
        //
        public override bool FinishedLaunching(UIApplication uiApplication, NSDictionary launchOptions)
        {
            FFImageLoading.Forms.Platform.CachedImageRenderer.Init();
            Xamarin.Forms.Forms.Init();
            AnimationViewRenderer.Init();
            CarouselViewRenderer.Init();
            LoadApplication(new App());

            return(base.FinishedLaunching(uiApplication, launchOptions));
        }
コード例 #19
0
 //
 // This method is invoked when the application has loaded and is ready to run. In this
 // method you should instantiate the window, load the UI into it and then make the window
 // visible.
 //
 // You have 17 seconds to return from this method, or iOS will terminate your application.
 //
 public override bool FinishedLaunching(UIApplication app, NSDictionary options)
 {
     global::Xamarin.Forms.Forms.Init();
     LoadApplication(new App());
     AnimationViewRenderer.Init();
     ImageCircle.Forms.Plugin.iOS.ImageCircleRenderer.Init();
     BadgeView.iOS.CircleViewRenderer.Initialize();
     Messier16.Forms.Controls.iOS.PlatformTabbedPageRenderer.Init();
     return(base.FinishedLaunching(app, options));
 }
コード例 #20
0
 //
 // This method is invoked when the application has loaded and is ready to run. In this
 // method you should instantiate the window, load the UI into it and then make the window
 // visible.
 //
 // You have 17 seconds to return from this method, or iOS will terminate your application.
 //
 public override bool FinishedLaunching(UIApplication app, NSDictionary options)
 {
     global::Xamarin.Forms.Forms.Init();
     LoadApplication(new App(new IosInitializer()));
     Forms.SetFlags("CarouselView_Experimental");
     AnimationViewRenderer.Init();
     ImageCircleRenderer.Init();
     CachedImageRenderer.Init();
     return(base.FinishedLaunching(app, options));
 }
コード例 #21
0
 //
 // This method is invoked when the application has loaded and is ready to run. In this
 // method you should instantiate the window, load the UI into it and then make the window
 // visible.
 //
 // You have 17 seconds to return from this method, or iOS will terminate your application.
 //
 public override bool FinishedLaunching(UIApplication app, NSDictionary options)
 {
     global::Xamarin.Forms.Forms.Init();
     LoadApplication(new App());
     UINavigationBar.Appearance.TintColor = UIColor.Green;
     UIToolbar.Appearance.TintColor       = UIColor.Green;
     UIView.Appearance.TintColor          = UIColor.Green;
     AnimationViewRenderer.Init();
     return(base.FinishedLaunching(app, options));
 }
コード例 #22
0
 //
 // This method is invoked when the application has loaded and is ready to run. In this
 // method you should instantiate the window, load the UI into it and then make the window
 // visible.
 //
 // You have 17 seconds to return from this method, or iOS will terminate your application.
 //
 public override bool FinishedLaunching(UIApplication app, NSDictionary options)
 {
     Xamarin.Forms.Forms.Init();
     XF.Material.iOS.Material.Init();
     FlexButton.Init();
     AnimationViewRenderer.Init();
     LoadApplication(new App());
     Plugin.InputKit.Platforms.iOS.Config.Init();
     return(base.FinishedLaunching(app, options));
 }
コード例 #23
0
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            if (Window == null)
            {
                Window = new UIWindow(frame: UIScreen.MainScreen.Bounds);
                var initialViewController = new SplashViewController();
                Window.RootViewController = initialViewController;
                Window.MakeKeyAndVisible();

                return(true);
            }
            else
            {
                global::Xamarin.Forms.Forms.SetFlags("Shell_Experimental", "Visual_Experimental", "CollectionView_Experimental", "FastRenderers_Experimental", "Expander_Experimental");
                HtmlLabelRenderer.Initialize();

                new Syncfusion.XForms.iOS.ComboBox.SfComboBoxRenderer();

                global::Xamarin.Forms.Forms.Init();
                global::Xamarin.Auth.Presenters.XamarinIOS.AuthenticationConfiguration.Init();
                //Xamarin.FormsMaps.Init();

                ZXing.Net.Mobile.Forms.iOS.Platform.Init();
                var ignore = typeof(SvgCachedImage);

                CachedImageRenderer.Init(); // Initializing FFImageLoading

                Stormlion.PhotoBrowser.iOS.Platform.Init();
                CarouselViewRenderer.Init(); // Initializing CarouselView
                new SfRotatorRenderer();
                Syncfusion.XForms.iOS.TabView.SfTabViewRenderer.Init();
                Syncfusion.XForms.iOS.BadgeView.SfBadgeViewRenderer.Init();
                AnimationViewRenderer.Init();

                var platformConfig = new PlatformConfig
                {
                    ImageFactory = new CachingImageFactory()
                };
                Xamarin.FormsGoogleMaps.Init(GlobalSettings.GoogleMapsApiKey, platformConfig);

                //ButtonCircleRenderer.Init();

                Rg.Plugins.Popup.Popup.Init();

                CardsViewRenderer.Preserve();
                TouchEffectPreserver.Preserve();
                LoadApplication(new App());

                Plugin.Segmented.Control.iOS.SegmentedControlRenderer.Initialize();

                FirebasePushNotificationManager.Initialize(options, true);

                return(base.FinishedLaunching(app, options));
            }
        }
コード例 #24
0
        //
        // This method is invoked when the application has loaded and is ready to run. In this
        // method you should instantiate the window, load the UI into it and then make the window
        // visible.
        //
        // You have 17 seconds to return from this method, or iOS will terminate your application.
        //
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            new Syncfusion.SfNavigationDrawer.XForms.iOS.SfNavigationDrawerRenderer();
            SvgCachedImage.Init();

            global::Xamarin.Forms.Forms.Init();
            LoadApplication(new App(new iOSInitializer()));
            AnimationViewRenderer.Init();

            return(base.FinishedLaunching(app, options));
        }
コード例 #25
0
        protected override void OnCreate(Bundle bundle)
        {
            TabLayoutResource = Resource.Layout.Tabbar;
            ToolbarResource = Resource.Layout.Toolbar;

            base.OnCreate(bundle);

            global::Xamarin.Forms.Forms.Init(this, bundle);
            AnimationViewRenderer.Init();
            LoadApplication(new App(new AndroidInitializer()));
        }
コード例 #26
0
ファイル: AppDelegate.cs プロジェクト: neocra/planning-poker
        // class-level declarations

        public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions)
        {
            ZXing.Net.Mobile.Forms.iOS.Platform.Init();

            Xamarin.Forms.Forms.Init();
            AnimationViewRenderer.Init();

            this.LoadApplication(new App(this.LoadKernel));

            return(base.FinishedLaunching(application, launchOptions));
        }
コード例 #27
0
        //
        // This method is invoked when the application has loaded and is ready to run. In this
        // method you should instantiate the window, load the UI into it and then make the window
        // visible.
        //
        // You have 17 seconds to return from this method, or iOS will terminate your application.
        //
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            Xamarin.Forms.Forms.SetFlags("Shapes_Experimental", "Expander_Experimental");
            Xamarin.Forms.Forms.Init();
            Xamarin.Forms.FormsMaterial.Init();
            AnimationViewRenderer.Init();
            RegisterDependencies();
            LoadApplication(new App());

            return(base.FinishedLaunching(app, options));
        }
コード例 #28
0
        //
        // This method is invoked when the application has loaded and is ready to run. In this
        // method you should instantiate the window, load the UI into it and then make the window
        // visible.
        //
        // You have 17 seconds to return from this method, or iOS will terminate your application.
        //
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            Forms.SetFlags("SwipeView_Experimental");
            Forms.Init();
            AnimationViewRenderer.Init();
            CachedImageRenderer.Init();
            CachedImageRenderer.InitImageSourceHandler();
            LoadApplication(new App(new iOSInitializer()));

            return(base.FinishedLaunching(app, options));
        }
コード例 #29
0
        protected override void OnCreate(Bundle bundle)
        {
            global::Xamarin.Forms.Forms.Init(this, bundle);

            CarouselViewRenderer.Init();
            AnimationViewRenderer.Init();

            TabLayoutResource = Resource.Layout.Tabbar;
            ToolbarResource   = Resource.Layout.Toolbar;
            base.OnCreate(bundle);
        }
コード例 #30
0
ファイル: AppDelegate.cs プロジェクト: ioadres/AppTokiota
        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            RememberNotification.Init();
            global::Xamarin.Forms.Forms.Init();
            AnimationViewRenderer.Init();
            PullToRefreshLayoutRenderer.Init();

            LoadApplication(new App(new iOSInitializer()));

            return(base.FinishedLaunching(app, options));
        }