RedCorners.Forms
4.9.0
RedCorners.Forms brings some neat utilities to your Xamarin.Forms projects.
See the version list below for details.
Install-Package RedCorners.Forms -Version 4.9.0
dotnet add package RedCorners.Forms --version 4.9.0
<PackageReference Include="RedCorners.Forms" Version="4.9.0" />
paket add RedCorners.Forms --version 4.9.0
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.
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.
Release Notes
RedCorners.Forms brings some neat utilities to your Xamarin.Forms projects.
Dependencies
-
.NETStandard 2.0
- RedCorners (>= 4.1.2)
- Xamarin.Forms (>= 4.0.0.425677)
-
MonoAndroid 8.0
- Xamarin.Android.Support.v7.AppCompat (>= 28.0.0.1)
GitHub Usage
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated | ||
---|---|---|---|---|
5.39.0 | 26 | 12/2/2019 | ||
5.38.0 | 24 | 12/2/2019 | ||
5.37.0 | 26 | 12/2/2019 | ||
5.36.0 | 37 | 11/24/2019 | ||
5.35.0 | 28 | 11/24/2019 | ||
5.34.0 | 36 | 11/18/2019 | ||
5.33.0 | 43 | 11/1/2019 | ||
5.32.0 | 67 | 9/24/2019 | ||
5.31.0 | 45 | 9/24/2019 | ||
5.30.0 | 89 | 8/24/2019 | ||
5.29.0 | 56 | 8/24/2019 | ||
5.28.0 | 54 | 8/24/2019 | ||
5.27.0 | 72 | 8/17/2019 | ||
5.26.0 | 73 | 8/9/2019 | ||
5.25.0 | 72 | 8/9/2019 | ||
5.24.0 | 70 | 7/26/2019 | ||
5.23.0 | 66 | 7/19/2019 | ||
5.22.0 | 61 | 7/19/2019 | ||
5.21.0 | 66 | 7/19/2019 | ||
5.20.0 | 72 | 7/17/2019 | ||
5.19.0 | 70 | 7/17/2019 | ||
5.18.0 | 69 | 7/17/2019 | ||
5.17.0 | 70 | 7/14/2019 | ||
5.16.0 | 79 | 7/10/2019 | ||
5.15.0 | 77 | 7/9/2019 | ||
5.14.0 | 73 | 7/9/2019 | ||
5.13.0 | 77 | 7/8/2019 | ||
5.12.0 | 84 | 7/7/2019 | ||
4.11.2 | 80 | 7/1/2019 | ||
4.11.1 | 79 | 6/26/2019 | ||
4.11.0 | 82 | 6/20/2019 | ||
4.10.0 | 77 | 6/18/2019 | ||
4.9.16 | 78 | 6/17/2019 | ||
4.9.15 | 75 | 6/17/2019 | ||
4.9.10 | 79 | 6/14/2019 | ||
4.9.9 | 80 | 6/13/2019 | ||
4.9.8 | 79 | 6/13/2019 | ||
4.9.7 | 80 | 6/13/2019 | ||
4.9.6 | 83 | 6/12/2019 | ||
4.9.5 | 111 | 6/11/2019 | ||
4.9.4 | 100 | 6/8/2019 | ||
4.9.3 | 106 | 6/7/2019 | ||
4.9.2 | 105 | 5/31/2019 | ||
4.9.0 | 102 | 5/22/2019 | ||
4.8.0 | 95 | 5/19/2019 | ||
4.7.5 | 100 | 5/16/2019 | ||
4.7.4 | 85 | 5/16/2019 | ||
4.7.3-beta | 70 | 5/15/2019 | ||
4.7.2 | 100 | 5/13/2019 | ||
4.5.0 | 89 | 5/10/2019 | ||
4.4.0 | 96 | 5/10/2019 | ||
4.3.0 | 104 | 5/9/2019 | ||
4.2.2 | 92 | 5/9/2019 | ||
4.0.0 | 135 | 3/17/2019 |