Xamarin: Xamarin Dev Days: More Dates & More Cities!

With dozens of cities already announced, Xamarin Dev Days are active around the globe and we’re ready to announce even more cities all around the world! Come join your mobile developer community, brought to you by your local user groups and community leaders, for a full day of hands-on learning and training on how to […]

The post Xamarin Dev Days: More Dates & More Cities! appeared first on Xamarin Blog.

Details

Xamarin: Authenticating Mobile Apps with Azure Active Directory B2C

Identity is a critical component of every mobile app, but it’s also tricky to get right. As developers, we have many different options in terms of authentication. Creating our own identity solution (with username/password or email/password combinations) is one approach. However, this also means that we must handle password reset and 2 Factor Authentication (2FA), […]

The post Authenticating Mobile Apps with Azure Active Directory B2C appeared first on Xamarin Blog.

Details

Xamarin: Building Custom Animations in Xamarin.Forms

Xamarin.Forms includes its own animation infrastructure that allows for easy creation of simple animations, while also being versatile enough to create complex animations. Previously, we explored creating and cancelling animations using the ViewExtensions class, and saw it in action in an app. In this blog post, I’ll explore using the Animation class to create and cancel […]

The post Building Custom Animations in Xamarin.Forms appeared first on Xamarin Blog.

Details

Xamarin: Nanoservices for Mobile Apps with Azure Functions

Azure Functions are a serverless, event-driven development experience that can easily integrate into any mobile app or Azure Mobile App backend. This means you can run nanoservices in Azure that scale seamlessly, and you only pay for the resources your function consumes. I have fallen in love with them and have been leveraging Azure Functions […]

The post Nanoservices for Mobile Apps with Azure Functions appeared first on Xamarin Blog.

Details