Month: January 2019
Making Dynamic Phone Call Native Way Xamarin Forms with Json Respose
Hey Guys in this tutorial we will be Make a Label clicked Call i.e our about us page inside xamarin forms : You Have to Add Xam.Plugins.Messaging Plugin on Every Project 😀 Your App.xaml.cs will look like this : Create Views Folder and then we are going to create a ContentPage name it as AboutUsPage
Making Phone Call inside Web View Xamarin Forms
Hello guys there are so many Post telling about creating webview phone call in xamarin forms. I am going to show the easiest way. No need of Hybrid web View : So inside our MainPage.xaml Inside our Code Behind of MainPage.xaml.cs : Use Nuget Package from Here : https://www.nuget.org/packages/Xam.Plugins.Messaging/5.2.0 Post Views: 518
Xamarin Forms Tree View Dynamic Using Sync Fusion
Note : SyncFusion is Free for individual developers. At first we are going to SyncFusion Community for getting community License : 1. Claim your license(https://www.syncfusion.com/products/communitylicense) 2. Sign in with your linked in Account or Xing 3. That’s all get license key from here (Adding Xamarin Forms Platform, Select Any Version and Get License) 4. Now
Xamarin Forms Consume Local Json File
Our MainPage.xaml will look Like this : Our MainPage.xaml.cs will look like this : Inside Models Folder i have added person Class : Now create a new Json file and add this : Note Select that file go to properties and Make that file built option to embedded resources that’s all : Post Views: 696
Xamarin Forms Parsing Json Using Web API
//This app is not complete but for reference shake i am adding it. We will be working on many Json Parsing and using it on Xamarin Forms Projects in upcomping tutorial’s. MainPage.xaml MainPage.xamlcs And Inside our model folder we will have content of model class like this : Output: Post Views: 839
Asp.net core MVC # Sampurna Full MVC
Hey guys this is not actually a real official post but in this post i will be working on different scenarios that i felt difficult when playing with asp.net core MVC: 1. Adding Cookies : Note: Here Obj is the variable that i got from database. Note: After that we are going to call that