
How to implement Behaviors in Xamarin Forms
Behaviors allow you to enhance the functionality of a Xamarin Forms control without sub classing. Using the Behaviors property you … Read More “How to implement Behaviors in Xamarin Forms”
Behaviors allow you to enhance the functionality of a Xamarin Forms control without sub classing. Using the Behaviors property you … Read More “How to implement Behaviors in Xamarin Forms”
Accessibility options, allows accessibility programs to read your app and provide any appropriate assistance. The most common, is a narrator, … Read More “Making Mobile Apps Accessible with Xamarin”
The accompanying sample is a todo list application that provides functionality to: View a list of tasks. Add and edit … Read More “Microsoft Cognitive Services With Xamarin.Forms”
One way to set iOS-specific formatting is to create a custom renderer for a control and set platform-specific styles and colors for … Read More “Adding iOS-specific Formatting in Xamarin.Forms”
The Entry control defines a Keyboard property that allows an app to select the virtual keyboard that is displayed for the control. For example, … Read More “How to display the correct virtual keyboard for an Entry using Xamarin.Forms”
Effects allow the changing of platform specific properties on a native control without the need for a Custom Renderer. They are … Read More “How to add Effects in Xamarin Forms”
The following tutorial will show to call a JavaScript function from C#, where the JavaScript function is defined in a … Read More “How to invoke JavaScript code in your Xamarin.Forms project”