Introduction Showing data in a chart/graph is much easier to understand. In Xamarin iOS no default option to show the chart. We must use a third-party…
Introduction In this article, we go step by step to build a custom popup dialog for Xamarin Android. The popup dialog is just a window that prompts to…
Introduction Hello guys, in this article, we will learn to create a simple table view in Xamarin iOS. Table View is a view for displaying the list of …
Introduction: In this article, we are going to learn how to add Google maps in an Angular project. The steps are as follows. below steps : Step 1: Usi…
Introduction: Social login uses existing login information from a social network provider (i.e. Facebook, Linkedin or Google, etc...) The user can sig…
Introduction: The Page title is a browser tab name called the each and every page dynamic name. Please follow the below steps: Step 1: Create an Angul…
Introduction: Guarding routes means whether we can visit a route or not. We can use a route guard in Angular using these simple steps: Step 1 : Create…
What is Azure Function? Azure Function helps us to run a piece of code in the cloud.Azure Functions gets fired/triggered by an event.Trigger can be a …