Tag: xamarin-forms
13 posts · Page 1 of 2
2020-11-13 csharpxamarin-forms
How to use appsettings.json with Xamarin.Forms
Learn how to use appsettings.json configuration files with Xamarin.Forms by embedding the file as a resource and building an IConfiguration object.
2020-11-09 signalrxamarinxamarin-forms
Creating a cross-platform chat app using Xamarin Forms and SignalR
Build a cross-platform real-time chat app in under 5 minutes using Xamarin Forms for the client and ASP.NET Core SignalR for the backend.
2020-11-04 csharpsignalrxamarin-forms
How to publicly expose your local SignalR service for consumption by mobile clients using ngrok
Use ngrok to publicly expose your local SignalR service so mobile clients can connect without network configuration or SSL workarounds.
2019-09-20 xamarinxamarin-forms
AdMob Native Ads in Xamarin Forms (Android)
Step-by-step guide to implementing AdMob Native Ads in a Xamarin Forms Android app using a custom renderer.
2019-07-27 xamarinxamarin-forms
Xamarin Forms – Using OnPlatform
Learn how to use OnPlatform in Xamarin Forms to set platform-specific property values in both XAML and C#.
2019-01-02 csharpxamarinxamarin-forms
Animating backgrounds with Xamarin Forms
Create a smooth animated background effect in Xamarin Forms using ScaleTo animations on layered BoxViews.
2018-04-18 xamarinxamarin-forms
Getting started with CSS in Xamarin Forms 3
Learn how to use Cascading StyleSheets (CSS) in Xamarin Forms 3, including inline CDATA styles and embedded CSS files.
2018-04-08 uwpxamarinxamarin-forms
Extending your Xamarin Forms AdMob renderer to display Microsoft Ads on UWP
Learn how to extend your Xamarin Forms AdMob renderer to display Microsoft Ads on UWP using the Microsoft Advertising SDK.
2018-04-07 xamarinxamarin-forms
Upgrading to Xamarin Forms 3
A quick guide to upgrading to Xamarin Forms 3, including common build errors and how to fix them.
2018-01-16 uwpxamarinxamarin-forms
UWP – Using an Acrylic Brush in your Xamarin Forms MasterDetail menu
Apply the UWP Acrylic Brush to a Xamarin Forms MasterDetail menu using a native platform renderer without any third-party libraries.