Posts by this author

Jun 3, 2021
5
1

Building beautiful apps with Xamarin.Forms

Designing great looking apps can be hard, but with a little inspiration and a little styling you can craft beautiful looking apps with Xamarin.Forms

DevelopersXamarin.FormsXamarin
Mar 17, 2021
4
0

Great Looking Settings Screens for Xamarin.Forms

Looking to spruce up your settings screen in your Xamarin.Forms app? Checkout some quick tips to theme the built in controls in Xamarin.Forms to make your settings shine.

Xamarin.FormsDevelopersXamarin
Jan 29, 2021
3
1

Beautiful Custom RadioButton with Xamarin.Forms 5

Xamarin.Forms 5 introduced control templates for the new RadioButton control that gives you complete control and customization over the user interface.

Xamarin.FormsDevelopersXamarin
Oct 15, 2020
0
0

Query & Interact with Apps in Android 11 with Package Visibility

There are several exciting new APIs and enhancements in Android 11. One of the more interesting changes for developers is changes to package visibility. In this post we will see what package visibility is and what changes need to be made to apps to query and interact with apps installed on the user's device.

AndroidXamarinIntegrations
Oct 7, 2020
18
0

Xamarin.Essentials 1.6 preview: macOS, media, and more!

Announcing the preview for Xamarin.Essentials 1.6 that introduces official support for macOS and exciting features including a file & media picker, app actions, screenshots, and much more.

Xamarin.FormsXamarin PlatformXamarin
Sep 4, 2020
2
1

Xamarin.Forms Shell Quick Tip – Modal Navigation

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

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