Welcome to Xamarin Guy Show Blog

Keep updated for latest and Greatest Posts from Xamarin guy

Author: samirgc

Xamarin Forms Shadow Effect [Tutorial 38]

Hey guys we are going to implement shadow effects for the given label. At first we are going to add Model Class( ShadowEffect.cs class) where we are going to define Radius,Color,DistanceX,DistanceY attribute for the given label. Step1:ShadowEffect.cs Our HomePage.Xaml Will take the platform specific label effect from local namespace. Step2:HomePage.Xaml LabelShadowEffect Renderer is the platform

Xamarin Forms Image Zoom[Tutorial 37]

In this tutorial we are going to implement Xamarin Forms Image Zoom[Tutorial 37]. Handling the pinch gesture to perform a zoom operation requires some math to transform the user interface. This section contains a generalized helper class to perform the math, which can be used to interactively zoom any user interface element. Enough is enough

Xamarin Forms horizontal scrolling of an Image wider than the display [Tutorial 36]

Hey guys in this tutorial we are going to implement pan gesture for the image. The pan gesture is used for detecting dragging and which is helped with the PanGestureRecognizer class. his is accomplished by moving the image within the view. The following code example shows how the PanContainer wraps an Image element in a

Xamarin Forms Custom Fonts [Tutorial 35]

Hey guys in this tutorial we are going to implement custom fornts for the given label. I request you to watch the tutorial 35 in order to have a clear view about integrating custom label fonts. In this tutorial we are going to have CuustomNavigation.xaml page which will be holding the title that will be

Xamarin Forms Entry Cell [Tutorial 32]

Table View It is a view for displaying scrollable lists of data  where it has  rows that don’t share the same template.It doesn’t have concept of item source so we need to add children manually. Elements in TableView are organized into sections. At the root of the TableView is the TableRoot, which is parent to

Xamarin Forms Label Borders [Tutorial 31]

Label is a view that displays text. In this tutorial we are going to add label borders. In this tutorial we are making use of xaml only. Where we are going to localize the resources required by the label in order to set the label border. The resources dictionary is like collection of object or

Xamarin Forms Stretched Background Image [Tutorial 30]

Advantage of Relative Layout: RelativeLayout is used to position and size views relative to properties of the layout or the views.In this tutorial we are going to make use of relativelayout in order to stretch image to its exact stretched position. RelativeLayout support positioning elements outside of its own bounds. We are going to add

Xamarin Forms Fast Splash Screen[Tutorial 29]

Hey guys in this tutorial we are going to add splash activity in xamarinforms Android project. We dont need fast splash scrreen for ios as it’s not required. In this project we are going to work only with platform specific android project. So Show me the Code for Android: Step 1 : At First Create

Xamarin Forms Local Email Validation [Tutorial 28]

Hey guys in this tutorial we are going to validate the local email that a user enters inside the entry. We are making use of Entry,label and Button Entry: It is used for single-line text input. It supports multiple keyboard types and  can be used as a password field. Label: Label which is a view  is

XamarinForms SlidingPanel [Tutorial 27]

Hey guys we are going to add XamarinForms SlidingPanel [Tutorial 27] . In this tutorial we are going to slide the page towards up position . We will be using nuget as DKsliding Panel add it to all the project. Now : Step1 : Set MainPage As Starting Page: App.xaml.cs: MainPage = new SliderPanel.MainPage(); Step2:

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.