Monday 23 April 2018

MyAzureBlob

Step1: App.Xaml.cs
Step2: BlobStorageService.cs & Don't Forget to add nuget package(WindowsAzure.Storage)
Step3:MainPage.xaml
Step4:MainPage.Xaml.cs
Step5:PhotoModel.cs

Wednesday 4 April 2018

Simple Calculator

Hey guys this is asimple implementation of calculator in Xamarin Forms Cross Platform
Enjoy the code: :D
Step1: Your MainPage.xaml will look like this

Step2: Your MainPage.xaml.cs will look like this


Step3: Your OperatorHelper.cs will lookLike this

Step4: You can change Android MainActivity.cs to get round buttons like this:(Not Recommended to implement)