Tag: Android Development

  • 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…