RedCorners.Forms 4.9.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package RedCorners.Forms --version 4.9.0
NuGet\Install-Package RedCorners.Forms -Version 4.9.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RedCorners.Forms" Version="4.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RedCorners.Forms --version 4.9.0
#r "nuget: RedCorners.Forms, 4.9.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RedCorners.Forms as a Cake Addin
#addin nuget:?package=RedCorners.Forms&version=4.9.0

// Install RedCorners.Forms as a Cake Tool
#tool nuget:?package=RedCorners.Forms&version=4.9.0

Screenshots and more information: https://github.com/saeedafshari/RedCorners.Forms

alternate text is missing from this package README image

Preparing the Application

RedCorners.Forms provides its own Application base class, called AppBase, which is located under the RedCorners.Forms namespace. Modify your App to inherit from the new AppBase class instead of Xamarin.Forms Application:

//App.xaml.cs
using System;
using Xamarin.Forms;
using RedCorners.Forms;

namespace RedCorners.Demo
{
    public partial class App : AppBase
    {
        public override void InitializeSystems()
        {
            // Because we also have an App.xaml file
            InitializeComponent();

            base.InitializeSystems();
        }

        // Tell RedCorners.Forms what our first page should be
        public override Page GetFirstPage() => 
            new Views.MainPage();
    }
}

If you use an App.xaml file too, you have to change the base class there as well:

<rf:AppBase xmlns="http://xamarin.com/schemas/2014/forms"
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             xmlns:rf="clr-namespace:RedCorners.Forms;assembly=RedCorners.Forms"
             x:Class="RedCorners.Demo.App">
</rf:AppBase>

Now if you run your application, RedCorners.Forms should boot up and launch your Views.MainPage Page.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid80 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on RedCorners.Forms:

Package Downloads
RedCorners.Forms.GoogleMaps

Advanced Google Maps for Xamarin Forms (iOS and Android).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
78.0.0 1,481 10/5/2022
77.0.0 632 8/2/2022
76.0.0 628 7/9/2022
75.0.0 477 7/9/2022
74.0.0 454 7/9/2022
73.0.0 619 6/5/2022
72.0.0 522 5/27/2022
71.0.0 432 5/27/2022
70.0.0 487 5/27/2022
69.0.0 486 5/22/2022
68.0.0 469 5/17/2022
67.0.0 441 5/17/2022
66.0.0 608 4/10/2022
65.0.0 538 3/22/2022
63.2.0 4,757 11/24/2021
63.1.0 460 9/22/2021
63.0.4 453 3/22/2022
63.0.3 461 9/10/2021
63.0.2 1,829 7/21/2021
63.0.1 8,059 2/19/2021
63.0.0 374 2/19/2021
62.0.0 390 2/19/2021
61.0.0 397 2/19/2021
8.60.0 397 2/19/2021
8.59.0 5,058 12/1/2020
8.58.0 454 12/1/2020
8.57.0 450 12/1/2020
8.56.0 1,351 11/12/2020
8.55.0 509 11/11/2020
8.54.0 520 11/11/2020
8.53.0 457 11/3/2020
8.52.0 483 11/1/2020
8.51.0 438 10/29/2020
8.50.0 6,203 10/22/2020
8.49.0 474 10/22/2020
8.48.0 481 10/18/2020
8.47.0 4,034 3/24/2020
8.46.0 2,048 3/17/2020
8.45.0 499 3/17/2020
8.44.0 535 3/17/2020
8.43.0 1,462 2/26/2020
7.42.0 639 1/28/2020
6.41.0 4,259 12/18/2019
5.40.0 549 12/11/2019
5.39.0 1,059 12/2/2019
5.38.0 534 12/2/2019
5.37.0 556 12/2/2019
5.36.0 1,554 11/24/2019
5.35.0 512 11/24/2019
5.34.0 543 11/18/2019
5.33.0 1,573 11/1/2019
5.32.0 584 9/24/2019
5.31.0 557 9/24/2019
5.30.0 857 8/24/2019
5.29.0 554 8/24/2019
5.28.0 559 8/24/2019
5.27.0 629 8/17/2019
5.26.0 2,054 8/9/2019
5.25.0 588 8/9/2019
5.24.0 606 7/26/2019
5.23.0 566 7/19/2019
5.22.0 551 7/19/2019
5.21.0 605 7/19/2019
5.20.0 567 7/17/2019
5.19.0 568 7/17/2019
5.18.0 1,972 7/17/2019
5.17.0 601 7/14/2019
5.16.0 626 7/10/2019
5.15.0 618 7/9/2019
5.14.0 604 7/9/2019
5.13.0 582 7/8/2019
5.12.0 1,186 7/7/2019
4.11.2 608 7/1/2019
4.11.1 579 6/26/2019
4.11.0 1,188 6/20/2019
4.10.0 1,212 6/18/2019
4.9.16 599 6/17/2019
4.9.15 592 6/17/2019
4.9.10 1,188 6/14/2019
4.9.9 611 6/13/2019
4.9.8 581 6/13/2019
4.9.7 602 6/13/2019
4.9.6 636 6/12/2019
4.9.5 869 6/11/2019
4.9.4 659 6/8/2019
4.9.3 648 6/7/2019
4.9.2 621 5/31/2019
4.9.0 620 5/22/2019
4.8.0 644 5/19/2019
4.7.5 626 5/16/2019
4.7.4 626 5/16/2019
4.7.3-beta 425 5/15/2019
4.7.2 618 5/13/2019
4.5.0 605 5/10/2019
4.4.0 600 5/10/2019
4.3.0 1,029 5/9/2019
4.2.2 578 5/9/2019
4.0.0 679 3/17/2019

RedCorners.Forms brings some neat utilities to your Xamarin.Forms projects.