Showing results for Developers - Xamarin Blog

Sep 10, 2020
2
0

Fabulous: Functional App Development

Timothé Larivière
Timothé Larivière

Learn how to get started with functional programming with Xamarin, F#, and Fabulous to create amazing native mobile apps. Guest blogger and Fabulous maintainer Timothé Larivière walks you through what Fabulous is, how to get started, and how to build real world functional native mobile apps.

Xamarin.FormsDevelopers
Sep 4, 2020
2
1

Xamarin.Forms Shell Quick Tip – Modal Navigation

James Montemagno
James Montemagno

Control exactly how your pages are displayed when navigating leveraging the PresentationMode built into Xamarin.Forms Shell to display modal dialogs animated or not!

Xamarin.FormsDevelopers
Aug 19, 2020
5
0

App First Run Detection with Xamarin.Essentials

James Montemagno
James Montemagno

Several great approaches to check if and when your app is launching. For the very first run or for a specific version, all using Xamarin.Essentials! Easily detect the first time your user has run your application or for a specific version to easily integrate prompts.

DevelopersXamarinIntegrations
Aug 14, 2020
1
0

Profiling Xamarin.Android Startup

Jonathan Peppers
Jonathan Peppers

Measure, optimize, and fine-tune the performance of your Android apps build with Xamarin and Xamarin.Forms with these tips and tricks using great tools.

DevelopersXamarinAndroid
Jul 21, 2020
1
1

Mastering Multilingual in Xamarin.Forms

Jayme Singleton
Jayme Singleton

This guest post by Charlin Agramonte elaborates on how multilingual support is one of the most common requirements for mobile apps and the simplicity of building mobile apps with Xamarin that handle multiple languages.

Xamarin.FormsDevelopers
Jul 15, 2020
12
0

Introducing C# Markup for Xamarin.Forms

Jayme Singleton
Jayme Singleton

C# Markup for Xamarin.Forms enables developers to seamlessly create user interfaces in C# code with built in markup extensions. In this guest blog post Vincent will walk-through how to setup C# markup and all of the great built in features.

Xamarin.FormsDevelopersAnnouncements
Jul 6, 2020
2
0

Preparing Apps for Google Play Android 10 Requirements

James Montemagno
James Montemagno

There are some new requirements coming to Google Play when it comes to publishing your apps. Learn about updating your apps to target Android 10 (API 29).

AndroidDevelopersXamarin.Forms
Jun 26, 2020
0
0

Xamarin.Forms Shell Quick Tip – Easy Back Navigation

James Montemagno
James Montemagno

Xamarin.Forms Shell simplifies your application architecture and your navigation! See how easy it is to navigate backwards and pass parameters with some new features recently added.

Xamarin.FormsDevelopersXamarin