RedCorners.Forms
4.7.5
See the version list below for details.
dotnet add package RedCorners.Forms --version 4.7.5
NuGet\Install-Package RedCorners.Forms -Version 4.7.5
<PackageReference Include="RedCorners.Forms" Version="4.7.5" />
paket add RedCorners.Forms --version 4.7.5
#r "nuget: RedCorners.Forms, 4.7.5"
// Install RedCorners.Forms as a Cake Addin #addin nuget:?package=RedCorners.Forms&version=4.7.5 // Install RedCorners.Forms as a Cake Tool #tool nuget:?package=RedCorners.Forms&version=4.7.5
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 | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid80 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
-
.NETStandard 2.0
- RedCorners (>= 4.1.1)
- Xamarin.Forms (>= 3.6.0.344457)
-
MonoAndroid 8.0
- Xamarin.Android.Support.v7.AppCompat (>= 28.0.0.1)
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 | 394 | 7/14/2024 |
78.0.0 | 1,610 | 10/5/2022 |
77.0.0 | 668 | 8/2/2022 |
76.0.0 | 659 | 7/9/2022 |
75.0.0 | 509 | 7/9/2022 |
74.0.0 | 485 | 7/9/2022 |
73.0.0 | 657 | 6/5/2022 |
72.0.0 | 551 | 5/27/2022 |
71.0.0 | 461 | 5/27/2022 |
70.0.0 | 522 | 5/27/2022 |
69.0.0 | 517 | 5/22/2022 |
68.0.0 | 502 | 5/17/2022 |
67.0.0 | 473 | 5/17/2022 |
66.0.0 | 636 | 4/10/2022 |
65.0.0 | 570 | 3/22/2022 |
63.2.0 | 4,790 | 11/24/2021 |
63.1.0 | 489 | 9/22/2021 |
63.0.4 | 483 | 3/22/2022 |
63.0.3 | 485 | 9/10/2021 |
63.0.2 | 1,881 | 7/21/2021 |
63.0.1 | 8,436 | 2/19/2021 |
63.0.0 | 399 | 2/19/2021 |
62.0.0 | 418 | 2/19/2021 |
61.0.0 | 424 | 2/19/2021 |
8.60.0 | 422 | 2/19/2021 |
8.59.0 | 5,352 | 12/1/2020 |
8.58.0 | 485 | 12/1/2020 |
8.57.0 | 480 | 12/1/2020 |
8.56.0 | 1,379 | 11/12/2020 |
8.55.0 | 537 | 11/11/2020 |
8.54.0 | 546 | 11/11/2020 |
8.53.0 | 484 | 11/3/2020 |
8.52.0 | 509 | 11/1/2020 |
8.51.0 | 466 | 10/29/2020 |
8.50.0 | 6,444 | 10/22/2020 |
8.49.0 | 498 | 10/22/2020 |
8.48.0 | 507 | 10/18/2020 |
8.47.0 | 5,086 | 3/24/2020 |
8.46.0 | 2,130 | 3/17/2020 |
8.45.0 | 522 | 3/17/2020 |
8.44.0 | 563 | 3/17/2020 |
8.43.0 | 1,490 | 2/26/2020 |
7.42.0 | 668 | 1/28/2020 |
6.41.0 | 4,402 | 12/18/2019 |
5.40.0 | 576 | 12/11/2019 |
5.39.0 | 1,105 | 12/2/2019 |
5.38.0 | 557 | 12/2/2019 |
5.37.0 | 588 | 12/2/2019 |
5.36.0 | 1,626 | 11/24/2019 |
5.35.0 | 535 | 11/24/2019 |
5.34.0 | 569 | 11/18/2019 |
5.33.0 | 1,645 | 11/1/2019 |
5.32.0 | 593 | 9/24/2019 |
5.31.0 | 568 | 9/24/2019 |
5.30.0 | 913 | 8/24/2019 |
5.29.0 | 579 | 8/24/2019 |
5.28.0 | 584 | 8/24/2019 |
5.27.0 | 656 | 8/17/2019 |
5.26.0 | 2,140 | 8/9/2019 |
5.25.0 | 614 | 8/9/2019 |
5.24.0 | 633 | 7/26/2019 |
5.23.0 | 594 | 7/19/2019 |
5.22.0 | 577 | 7/19/2019 |
5.21.0 | 628 | 7/19/2019 |
5.20.0 | 592 | 7/17/2019 |
5.19.0 | 595 | 7/17/2019 |
5.18.0 | 2,056 | 7/17/2019 |
5.17.0 | 630 | 7/14/2019 |
5.16.0 | 652 | 7/10/2019 |
5.15.0 | 645 | 7/9/2019 |
5.14.0 | 631 | 7/9/2019 |
5.13.0 | 611 | 7/8/2019 |
5.12.0 | 1,232 | 7/7/2019 |
4.11.2 | 637 | 7/1/2019 |
4.11.1 | 603 | 6/26/2019 |
4.11.0 | 1,243 | 6/20/2019 |
4.10.0 | 1,257 | 6/18/2019 |
4.9.16 | 611 | 6/17/2019 |
4.9.15 | 618 | 6/17/2019 |
4.9.10 | 1,237 | 6/14/2019 |
4.9.9 | 636 | 6/13/2019 |
4.9.8 | 609 | 6/13/2019 |
4.9.7 | 625 | 6/13/2019 |
4.9.6 | 661 | 6/12/2019 |
4.9.5 | 901 | 6/11/2019 |
4.9.4 | 686 | 6/8/2019 |
4.9.3 | 671 | 6/7/2019 |
4.9.2 | 643 | 5/31/2019 |
4.9.0 | 648 | 5/22/2019 |
4.8.0 | 668 | 5/19/2019 |
4.7.5 | 652 | 5/16/2019 |
4.7.4 | 649 | 5/16/2019 |
4.7.3-beta | 448 | 5/15/2019 |
4.7.2 | 644 | 5/13/2019 |
4.5.0 | 631 | 5/10/2019 |
4.4.0 | 628 | 5/10/2019 |
4.3.0 | 1,066 | 5/9/2019 |
4.2.2 | 604 | 5/9/2019 |
4.0.0 | 706 | 3/17/2019 |
RedCorners.Forms brings some neat utilities to your Xamarin.Forms projects.