Author: samirgc
Xamarin Forms Sending Register Data to Backend Server
//I will be updating this post soon Inside azure portal Create a Resouce “+” sign >Select Mobile> SelectMobileApp> I have written : AppName : MyForm Subscription:Payasyougo Select a new resource group or create a new one Now you have to select free plan for dev/testers for Appservice Plans and Create it Step2: After your service
Custom Embedded Fonts in Xamarin Forms
Embedding free icons : Step 1 : Download the .ttf file from here : https://materialdesignicons.com/ Step 2 : Add the .ttf file inside shared project [In my case materialdesignicons-webfont.ttf is my .ttf file] Step 3 : Inside your Shared Project you will have assemblyinfo.cs file. Put this assembly info : [assembly: ExportFont(“materialdesignicons-webfont.ttf”, Alias = “PermanentMarker”)]
BottomSliderXF
Post Views: 1,103
Xamarin Forms Upper and Lower Case
Post Views: 1,464
Xamarin Forms native WebTV
Hi Everyone in this blog we will integrate live broad cast tv inside Xamarin forms application. You can watch the video for full configuration ◈ : https://youtu.be/YV8jPEl6eB0 At first we are going to get API Key and API Code from streamvideoproviders. -> www.streamingvideoprovider.com Step 1 : This is the dashboard that you will be provided
Xamarin Forms Maps Pins Drag and Drop
Preparing for download in 25 seconds. Post Views: 693
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 :
Xamarin Forms Bottom Slider
Lets implement Sliders inside our Xamarin Forms Application with out using any plugin. Yes, I am correct with out using any plugins. We will be using beautiful C# to implement the sliders animations. Step1 : Plugin required : https://www.nuget.org/packages/Plugin.DeviceOrientation/Note : This plugin is required to identify if the screen is in horizontal or vertical orientation
ImageCircleTut21
Your download will begin in 25 seconds. Post Views: 343