Welcome to Xamarin Guy Show Blog

Keep updated for latest and Greatest Posts from Xamarin guy

Author: samirgc

Xamarin Forms Material Design Mock Challenge3[Tutorial 63]

Hey guys this is Xamarin guy show material design Mock up challenge@3 One friend of mine came to me and said that it’s impossible to give material effect to xamarin forms project. And Along with that he told me to mock up the image for me in Xaml I laughed at him and told let’s

Xamarin forms FlexLayout Design [Tutorial 57]

In Xamarin.Forms ,FlexLayout and is enabled with xamarin version 3.0 and above. It is also known as flex layout or flex-box, because it includes many flexible options to arrange children within the layout. FlexLayout is similar to the Xamarin.Forms StackLayout in that it can arrange its children horizontally and vertically in a stack. However, the FlexLayout

Xamarin Forms Making Intelligent Application[Tutorial 56]

Microsoft researchers build algorithms and systems to automatically analyze imagery and extract knowledge from the visual world. This knowledge is used for additional research projects, such as the transformation of depth and scene data into three-dimensional renderings and the intelligent synthesis of labels for people, places and things into scene descriptions and calls to action.

Xamarin forms Lottie Animation [Tutorial 55]

Step1: Our MainPage.xaml will have stack layout where we will add a button and we will call the animation event when in click handler of the respected button.(x:Name=“BtnLogin“). Along with that i will be adding some label and some entry fields in order to make the UI screen interactive. Step2: Your MainPage.Xaml.cs contain BtnLogin_Clicked event

Xamarin Forms Basic Calculator App[Tutorial 53]

Hey guys this is a simple implementation of calculator in Xamarin Forms Cross Platform. In this tutorial we are implementing basic logic not any rocket science in order to make a simple calculator. In Xaml- we are implementing the use of grid which has been divided into 5 rows and 4 Columns. Enough is enough

Xamarin Forms Label Clicked Event [Tutorial 43]

The Label view is used for displaying text, both single and multi-line. Labels can have custom fonts (families, sizes, and options) and colored text. In this tutorial we are going to implementing label which is a clickable one. In C# code behind we are going to implement labelSuggestion.GestureRecognizers in order to give the label clickable

Xamarin Forms Image Cell [Tutorial 42]

TableView  It  a view for displaying scrollable lists of data or choices where there are rows that don’t share the same template. It doesn’t have concept of itemsource so children should be added manually. ImageCell Image Cell holds th concept of cells, whose objects are used to place images and accompanying text into a table.

Xamarin Forms Image Clicked Event [Tutorial 41]

In this tutorial we are going to to add Xamarin Forms Image Clicked Event [Tutorial 41]. Some time in our project we require some click events to be handled for images. In this tutorial we are going to make image clicked event inside xaml. In Xaml we are going to add <Image.GestureRecognizers> tags in order

Xamarin Forms Button Clicked Event [Tutorial 40]

The Button is the most fundamental interactive control in all of Xamarin.Forms. The Button usually displays a short text string indicating a command, but it can also display a bitmap image, or a combination of text and an image. The user presses the Button with a finger or clicks it with a mouse to initiate

Xamarin Forms Grid View [Tutorial 39]

Grid supports arranging views into rows and columns. Rows and columns can be set to have proportional sizes or absolute sizes. The Grid layout should not be confused with traditional tables and is not intended to present tabular data. Grid does not have the concept of row, column or cell formatting. Unlike HTML tables, Grid

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.