A Blog About Software Development
Welcome to my blog. Subscribe and get my latest blog post in your inbox.

Nepali DatePicker Plugin for Xamarin Forms
I was working on a local project and needed a calendar in nepali language . I googled first so that I needn’t rebuild a wheel but unfortunately I couldn’t find it. As such, I decided to build a plugin and publish it in nuget so that any other developer needn’t rebuild a wheel.

Web-like pagination plugin in Xamarin Forms
I was working with list and had more than 500 datas in the list. I decided to show it using infinite scroll in list view but showing data at the last was pain in the ass. As a result, I decided to use web like pagination where user can navigate directly to first ,last or step-by-step as per need.