Showing results for Xamarin Platform - Xamarin Blog

Feb 4, 2019
Post comments count1
Post likes count0

Using Existing C++ Libraries in Cross-Platform Xamarin.Forms Applications

Mike Parker
Mike Parker

Have you ever needed to integrate a C/C++ library in your Xamarin apps? Checkout this full Walkthrough pf an approach to wrapping a C/C++ library so it can be incorporated into Xamarin-based solutions via NuGet in a cross-platform manner.

DevelopersXamarin.FormsXamarin Platform
Jan 23, 2019
Post likes count0

What’s New for Xamarin Developers in Visual Studio 2019 Preview 2

Pierce Boggan
Pierce Boggan

Today, Visual Studio 2019 Preview 2 was released and includes many improvements for mobile developers in Visual Studio. This release, we focused on key areas to make you more productive when authoring Xamarin apps, including optimizations to build and deployment times as well as improvements to our UI authoring experiences.

DevelopersXamarin Platform
Jan 10, 2019
Post likes count0

Hackathon Superweapon: F# and Fabulous

Larry O'Brien
Larry O'Brien

Let me introduce you to F# Functional App Development using Xamarin.Forms with the Fabulous project, which brings the Elmish Model-View-Update (MVU) architecture to Xamarin. It is a great way for F# developers to rapidly build mobile applications as you will see in this blog post.

DevelopersXamarin.FormsXamarin Platform
Dec 19, 2018
Post likes count0

Accessing Native Features the Cross-Platform Way with Xamarin.Essentials

James Montemagno
James Montemagno

Every mobile application requires access to native functionality. When developing native mobile apps with Xamarin, developers are able to integrate deeply into iOS and Android since Xamarin exposes every API directly in C# to access these features. To help streamline and simplify development when needing to add native features to apps we are please...

DevelopersXamarin Platform
Dec 14, 2018
Post likes count0

November 2018 Xamarin and Azure Office Hours Recap

Matt Soucoup
Matt Soucoup

I ❤️ every single developer. And I want to hear your stories. I want to hear about your successes, your "not-so-much" successes, and any questions or concerns you may have about our tooling. This way I can bring all of those back to the product teams to advocate for you. I'll get the answers, inform the product teams of what's working and what's...

DevelopersXamarin Platform
Dec 4, 2018
Post likes count0

Connect(); 2018 Xamarin Announcements

Joseph Hill
Joseph Hill

Today, at Microsoft Connect(); 2018, we have several exciting announcements about brand new capabilities and foundational improvements in the Xamarin platform driven by your generous feedback. Visual Studio developers everywhere will enjoy updated stable releases of Xamarin with Visual Studio 2017 and Visual Studio 2017 for Mac. We are also g...

DevelopersXamarin Platform
Nov 8, 2018
Post likes count0

Gorilla Player: A Tool to Craft Beautiful XAML UIs for Xamarin.Forms

Leonardo Rodriguez
Leonardo Rodriguez

Gorilla Player is a free XAML previewer for Xamarin.Forms designed to efficiently create multi-platform UIs. It supports previewing in multiple simulators and real devices simultaneously. Gorilla doesn’t impose constraints to your XAML, supporting custom controls, custom renderers and MVVM frameworks like Prism.

DevelopersXamarin Platform
Oct 23, 2018
Post likes count0

Xamarin.Forms and Zeplin: Speed Up Your Design to Development Process

Arnstein Johansen
Arnstein Johansen

Working in a small team with frequent design changes, the extension for Zeplin helps us quickly implement the design. It is also convenient due to its ability to generate a ResourceDictionary for Xamarin.Forms with all your colors and style. Whether you are developing for web or creating mobile apps, Zeplin is a great tool that can boost your pr...

DevelopersXamarin.FormsXamarin Platform
Oct 12, 2018
Post likes count0

Protect your Xamarin.Android Apps at Runtime with Dotfuscator

Jayme Singleton
Jayme Singleton

n a previous blog we discussed obfuscating your Xamarin application with Dotfuscator Community to protect it from reverse-engineering. That kind of protection is an important and necessary layer in your application's security posture, but it shouldn't be the only layer. The...

DevelopersXamarin PlatformAndroid
Oct 4, 2018
Post likes count0

Upgrade Your App with Sentiment Analysis

Brandon Minnick
Brandon Minnick

Azure's Text Analytics Service makes it easy to add sentiment analysis to our cross-platform apps. Let's see how with this to implement it in a Xamarin app!

DevelopersXamarin PlatformIntegrations