Category: Create Native Control

  • Creating a custom native control using Xamarin.iOS

    A lot of apps need more customized UI than what is available with the current set of controls. Today we’ll add a customized Check Box control since iOS does not have a Check Box. Some suggest that you use the Switch control as a replacement for the Check Box, but when developing custom apps and…

  • Creating a custom native control using Xamarin.Android

    A lot of apps need more customized UI that what is available with the current set of controls. Today we’ll add a customized Check Box control since the Android Check Box has some limitation. Right click on your Xamarin Android project and select Add Item. In the Add New Item Window, select “View” and give…

  • Creating a Custom Native Control in UWP

    Most applications use more than the standard controls. Many businesses have business practices that makes them unique, so they want these practices implemented in the software, but standard controls are typically too limited or have issues. A good example would be the UWP CheckBox. If you do some research, you will find developers having issues…