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
Step1: AboutUsPage.xaml :
Step2: AboutUsPage.xaml.cs
We will then Create Model Folder inside which we will place a class AboutUsModel.cs
Step3: AboutusModel.cs
Step4: We will Create a MetaData Folder and Create a empty json file note we will set json file as Embedded resource :
OutPut :