Showing results for Extensions - Xamarin Blog

Nov 8, 2018
0
0

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
0
0

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
0
0

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
Mar 14, 2017
0
0

Simplified Android Keystore Signature Discovery

James Montemagno
James Montemagno

The Android Keystore is at the heart of every Android application. It enables us to sign our applications and ship them to the app store securely, but also holds additional signature information needed for Google Play services and other APIs, such as Facebook. This new extension makes it super simple to get access to everything you need to sign you...

DevelopersAndroidIntegrations