RedCorners.Forms 4.8.0

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

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

Documentation

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

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,506 10/5/2022
77.0.0 633 8/2/2022
76.0.0 629 7/9/2022
75.0.0 478 7/9/2022
74.0.0 455 7/9/2022
73.0.0 623 6/5/2022
72.0.0 523 5/27/2022
71.0.0 433 5/27/2022
70.0.0 488 5/27/2022
69.0.0 487 5/22/2022
68.0.0 470 5/17/2022
67.0.0 442 5/17/2022
66.0.0 609 4/10/2022
65.0.0 539 3/22/2022
63.2.0 4,761 11/24/2021
63.1.0 461 9/22/2021
63.0.4 454 3/22/2022
63.0.3 461 9/10/2021
63.0.2 1,839 7/21/2021
63.0.1 8,125 2/19/2021
63.0.0 374 2/19/2021
62.0.0 391 2/19/2021
61.0.0 398 2/19/2021
8.60.0 398 2/19/2021
8.59.0 5,146 12/1/2020
8.58.0 455 12/1/2020
8.57.0 451 12/1/2020
8.56.0 1,352 11/12/2020
8.55.0 510 11/11/2020
8.54.0 521 11/11/2020
8.53.0 458 11/3/2020
8.52.0 484 11/1/2020
8.51.0 439 10/29/2020
8.50.0 6,264 10/22/2020
8.49.0 475 10/22/2020
8.48.0 482 10/18/2020
8.47.0 4,236 3/24/2020
8.46.0 2,067 3/17/2020
8.45.0 500 3/17/2020
8.44.0 536 3/17/2020
8.43.0 1,463 2/26/2020
7.42.0 641 1/28/2020
6.41.0 4,286 12/18/2019
5.40.0 550 12/11/2019
5.39.0 1,060 12/2/2019
5.38.0 535 12/2/2019
5.37.0 557 12/2/2019
5.36.0 1,571 11/24/2019
5.35.0 513 11/24/2019
5.34.0 544 11/18/2019
5.33.0 1,590 11/1/2019
5.32.0 585 9/24/2019
5.31.0 558 9/24/2019
5.30.0 858 8/24/2019
5.29.0 555 8/24/2019
5.28.0 560 8/24/2019
5.27.0 630 8/17/2019
5.26.0 2,073 8/9/2019
5.25.0 589 8/9/2019
5.24.0 607 7/26/2019
5.23.0 567 7/19/2019
5.22.0 552 7/19/2019
5.21.0 606 7/19/2019
5.20.0 568 7/17/2019
5.19.0 569 7/17/2019
5.18.0 1,991 7/17/2019
5.17.0 602 7/14/2019
5.16.0 627 7/10/2019
5.15.0 619 7/9/2019
5.14.0 605 7/9/2019
5.13.0 583 7/8/2019
5.12.0 1,187 7/7/2019
4.11.2 609 7/1/2019
4.11.1 580 6/26/2019
4.11.0 1,196 6/20/2019
4.10.0 1,213 6/18/2019
4.9.16 600 6/17/2019
4.9.15 592 6/17/2019
4.9.10 1,196 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 622 5/31/2019
4.9.0 620 5/22/2019
4.8.0 644 5/19/2019
4.7.5 627 5/16/2019
4.7.4 626 5/16/2019
4.7.3-beta 426 5/15/2019
4.7.2 618 5/13/2019
4.5.0 606 5/10/2019
4.4.0 601 5/10/2019
4.3.0 1,030 5/9/2019
4.2.2 579 5/9/2019
4.0.0 682 3/17/2019

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