Samples
PUBLISHED
Tizen Samples
Xamarin Samples
BugSweeper This is a familiar game with a new twist. Ten bugs are hidden in a 9-by-9 grid of tiles. To win, you must find and flag all ten bugs. Download |
|
ButtonXaml This program demonstrates how to create a Button in XAML and process events from it in the code-behind file. By default, the Button occupies the entire page.
Download |
|
ButtonCode This program demonstrates how to create a Button in code and process events from it. By default, the Button occupies the entire page.
Download |
|
BasicStyles
Xamarin.Forms applications often contain multiple controls that have an identical appearance. Setting the appearance of each individual control can be repetitive and error prone. Instead, styles can be created that customize control appearance by grouping and settings properties available on the control type. This sample demonstrates using the
Download |
|
Xamarin Forms Text
This sample relates to the Text in Xamarin.Forms series of documents. The app consists of several pages, demonstrating each of the text controls and a few common text entry scenarios. Each page is implemented in both XAML and C#
Download |
|
Attached NumericValidation Behavior A behavior that's attached to a control through attached properties is known as an attached behavior.
Download |
|
Modal This sample demonstrates how to navigate to modal pages.
Download |
|
ScaleAndRotate The Xamarin.Forms Scale and Rotation properties allow a program to scale and rotate Xamarin.Forms visual elements.
Download |
|
BoxViewClock A classic analog clock realized entirely with BoxView.
Download |
|
Xuzzle This is a variation of the classic 14-15 puzzle.
Download |