Category: Xamarin Forms Project Tutorial
This posts are the collection of xamarin forms tutorial
Xamarin forms Cool Image Circle [Tutorial 21]
Hey guys in this tutorial we are going to implement Cool image circle using plugin.imagecircleInorder to add a circle image inside xamarin forms at first we are going to Make our MainPage as start up Page so ourStep1: App.xaml.cs will look like this:Step2: Now we are going to call the control xmlns:image=”clr-namespace:ImageCircle.Forms.Plugin.Abstractions;assembly=ImageCircle.Forms.Plugin.Abstractions in xaml. Basics:StackLayout:It
Xamarin Forms Advanced LogIn Page UI Design[Tutorial 13]
Hey guys in this tutorial we are going to make Advanced LogIn Page UI Design inside xamarin forms project.Step1 :At first set your MainPage as Start up Page inside App.xaml.cs. Step 2 :Now the design page i.e: Our MainPage.xaml. Understanding this tutorial is not like understanding rocket science 😀 . Basics: StackLayout:It organizes our views
Xamarin Forms Bottom Navigation Easy Steps[Tutorial 11]
Hey guys in this tutorial we are going to achieve Bottom navigation. It’s an simple implementation of bottom navigation. Step 1: At first set your MainPage as Startup page inside App.xaml.cs. Step 2 : Basics : Entry: It is used for single-line text input. It supports multiple keyboard types and can be used as a password
Xamarin Forms WelcomeScreen Fading (Splash Screen) [Tutorial 9]
Hey guys in this tutorial we are going to add Welcome screen a fading effect. So we will spend some time learning some code that can be handled in order to give a fading effect in xamarin forms. Basics StackLayout: It organizes our views in a one-dimensional line either horizontally or vertically. Label: Label which
Xamarin Forms CardView As Like GoogleCards[Tutorial 8]
Hey guys in this tutorial i have implemented card views that is still been used by google 2018 in order to display their contents. 😀 So i request you to extend this project inorder to make it bindable one and use in your project. At first we are going to make a model class as
Xamarin Forms Cinemax UI Design[Tutorial 6]
Hey guy in this tutorial we are going to create Cinemax Ui design. It’s an simple design but in this tutorial you have to understand about maximum reuse of code i.e we are going to declare some styles in Application.resources which can be used in any pages inside xamain forms. That’s one way of localization.
Xamarin Forms ListView EasyWay[Tutorial 5]
Step1: Hey guys in this tutorial we are going to create ListView which is going to be a bindable one. We are going to create a simple list of given data and try to represent that in the form of list. In later part of the tutorial we will craeate list that will be based
Xamarin Forms MasterDetail Navigation Page Customizable [Tutorial 4]
Hey guys in this tutorial we will be creating xamrin forms master detail page.At first we are going to set our MainPage. Step1: Our App.Xaml.cs Will Look Like this: Then we are going to create a model class name as MenuItems which will be having Title,Icons and TargetType attributes. We are going to call all
Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing! Post Views: 781