RedCorners.Forms 4.9.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package RedCorners.Forms --version 4.9.2                
NuGet\Install-Package RedCorners.Forms -Version 4.9.2                
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.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RedCorners.Forms --version 4.9.2                
#r "nuget: RedCorners.Forms, 4.9.2"                
#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.2

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

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
90.0.0 150 7/14/2024
78.0.0 1,552 10/5/2022
77.0.0 645 8/2/2022
76.0.0 639 7/9/2022
75.0.0 487 7/9/2022
74.0.0 465 7/9/2022
73.0.0 635 6/5/2022
72.0.0 532 5/27/2022
71.0.0 442 5/27/2022
70.0.0 501 5/27/2022
69.0.0 495 5/22/2022
68.0.0 480 5/17/2022
67.0.0 451 5/17/2022
66.0.0 618 4/10/2022
65.0.0 549 3/22/2022
63.2.0 4,771 11/24/2021
63.1.0 467 9/22/2021
63.0.4 462 3/22/2022
63.0.3 465 9/10/2021
63.0.2 1,856 7/21/2021
63.0.1 8,325 2/19/2021
63.0.0 380 2/19/2021
62.0.0 399 2/19/2021
61.0.0 405 2/19/2021
8.60.0 406 2/19/2021
8.59.0 5,270 12/1/2020
8.58.0 461 12/1/2020
8.57.0 458 12/1/2020
8.56.0 1,357 11/12/2020
8.55.0 515 11/11/2020
8.54.0 526 11/11/2020
8.53.0 465 11/3/2020
8.52.0 489 11/1/2020
8.51.0 444 10/29/2020
8.50.0 6,288 10/22/2020
8.49.0 481 10/22/2020
8.48.0 487 10/18/2020
8.47.0 4,842 3/24/2020
8.46.0 2,074 3/17/2020
8.45.0 504 3/17/2020
8.44.0 543 3/17/2020
8.43.0 1,466 2/26/2020
7.42.0 646 1/28/2020
6.41.0 4,295 12/18/2019
5.40.0 557 12/11/2019
5.39.0 1,064 12/2/2019
5.38.0 540 12/2/2019
5.37.0 563 12/2/2019
5.36.0 1,575 11/24/2019
5.35.0 518 11/24/2019
5.34.0 550 11/18/2019
5.33.0 1,596 11/1/2019
5.32.0 589 9/24/2019
5.31.0 564 9/24/2019
5.30.0 864 8/24/2019
5.29.0 559 8/24/2019
5.28.0 564 8/24/2019
5.27.0 634 8/17/2019
5.26.0 2,079 8/9/2019
5.25.0 593 8/9/2019
5.24.0 611 7/26/2019
5.23.0 571 7/19/2019
5.22.0 556 7/19/2019
5.21.0 610 7/19/2019
5.20.0 573 7/17/2019
5.19.0 574 7/17/2019
5.18.0 1,997 7/17/2019
5.17.0 607 7/14/2019
5.16.0 631 7/10/2019
5.15.0 625 7/9/2019
5.14.0 613 7/9/2019
5.13.0 588 7/8/2019
5.12.0 1,191 7/7/2019
4.11.2 613 7/1/2019
4.11.1 582 6/26/2019
4.11.0 1,202 6/20/2019
4.10.0 1,220 6/18/2019
4.9.16 607 6/17/2019
4.9.15 596 6/17/2019
4.9.10 1,203 6/14/2019
4.9.9 615 6/13/2019
4.9.8 585 6/13/2019
4.9.7 606 6/13/2019
4.9.6 640 6/12/2019
4.9.5 879 6/11/2019
4.9.4 664 6/8/2019
4.9.3 654 6/7/2019
4.9.2 627 5/31/2019
4.9.0 626 5/22/2019
4.8.0 649 5/19/2019
4.7.5 632 5/16/2019
4.7.4 630 5/16/2019
4.7.3-beta 427 5/15/2019
4.7.2 622 5/13/2019
4.5.0 610 5/10/2019
4.4.0 606 5/10/2019
4.3.0 1,035 5/9/2019
4.2.2 583 5/9/2019
4.0.0 686 3/17/2019

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