Tuesday 10 April 2018

Top 30 useful plugins in Xamarin for beginners

Introduction
In Xamarin.Forms there is a number of plugins available, So in this article, we can learn about mostly used plugins in our daily development.

Wednesday 4 April 2018

DatePicker Placeholder & Border Style using CustomRenderer

Introduction
In Xamarin.Forms there is no Placeholder,  BorderRadius, BorderColor, BorderWidth for DatePicker Control. So in this article, we can learn how to set those properties for DatePicker using CustomRenderer.