Posts by this author

Mar 15, 2019
Post likes count0

Introducing the New Xamarin Customer Showcase

Introducing the Xamarin Customer Showcase highlighting the amazing work that developers around the world use Xamarin to build beautiful native mobile apps with .NET.

Developers
Feb 19, 2019
Post comments count4
Post likes count1

Persisting Settings and Preferences in Mobile Apps with Xamarin.Essentials

An essential part of any mobile application is the ability to persist data. Sometimes that is a large amount of data that requires a database, but often it is smaller pieces of data such as settings and preferences that need to be persisted between application launches.

DevelopersXamarin PlatformIntegrations
Feb 12, 2019
Post comments count1
Post likes count0

Easily Check Mobile Device Connectivity with Xamarin.Essentials

As a mobile app developer, it's great to be able to pull data from the server to our apps to provide users with a delightful experience. Of course, until your user puts their device on airplane mode or hits a rough patch with no cell reception. To provide the best user experience we need access to the current network state of our users' device. Bet...

DevelopersXamarin PlatformIntegrations
Jan 17, 2019
Post likes count0

Introducing the .NET Community Standup Series

As the .NET community expands so should the community standups, which is why we are pleased to introduce the expansion of their community standups that we officially call the “.NET Community Standup” series. These community standups span multiple teams and products in the world of .NET and show off the amazing work the community is doing.

DevelopersEvents
Dec 19, 2018
Post likes count0

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

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
Nov 14, 2018
Post likes count0

Twitch Workshop: Build Your First Mobile App with C#, Xamarin, and the Cloud

Have you been clamoring to get started with mobile development using C# and Xamarin? What if you could attend a full day workshop from the comfort of your house or in a conference room with some co-workers? Well we have you covered with our first ever full day live stream interactive workshop on Twitch!

DevelopersEvents
Jul 5, 2018
Post likes count0

The Xamarin Show: Exploring Awesome Xamarin & Visual Studio Features

Each week on The Xamarin Show we explore the latest and greatest in Xamarin development by looking at new features built into Visual Studio, build native cross-platform user interfaces with Xamarin.Forms, and access to native APIs with Xamarin.Essentials. I am also joined by Xamarin experts ...

DevelopersXamarin Platform
Jun 21, 2018
Post likes count0

Getting Android Apps Ready for Google Play’s Target API Level Requirements

Starting this year, Google Play will roll out a new policy that impacts all Android developers submitting new apps and app updates. This blog post will ensure that your application is fully ready for these changes, which will require the targetSdkVersion to be set to Android 8.0 API level 26 or higher, when it goes into effect for new apps on Augus...

DevelopersAndroid