Month: February 2019

Thursday February 28th, 2019

Xamarin Forms Signature Pad

In some cases we may want to take sign from user, in this kind of cases in xamarin forms we can solve this problem with adding nuget package. To have signature pad we have to install a nuget package which name is Xamarin.Controls.SignaturePad.Forms. After the adding nuget packages we just have to add an address of the signature pad and use this pad in our […]

Thursday February 28th, 2019

Xamarin Forms Lottie Animation

When we develop a app, we want to use some animations to have better design in app. To use animation in Xamarin Forms, we use lottie nuget package which was created by Airbnb. To Add animation to our project we have to go nuget package manager and install the lottie nuget package. In nuget package manager, we should choose the package which is fit the our […]