Month: July 2020
Xamarin Forms Progress Ring with Counter
Some time it’s essential for the app to have progress ring that decrements as per progress value decrements. So I tried different ways to handle it but found no solution and came up with this solution finally which works. First thing first if you want to follow detailed video tutorial please check this : https://youtu.be/DjfEBnPb4ns.
Xamarin Forms OTP Verification and Validation Twilio
OTP verification are very much essential for 2 Factor authentication which adds extra layer of security. So we are going to implement a basic application for the implementation of OTP validation in Xamarin forms application. If you want to go through whole setup process then watch this tutorial : https://youtu.be/gA2KugrGIog So first thing first :