This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #118 from xamarin/jusjohns-gallery-updates
jusjohns batch updates adding yaml and transforming headings
- Loading branch information
Showing
88 changed files
with
1,301 additions
and
380 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,22 @@ | ||
AnimatedClock | ||
============= | ||
--- | ||
name: Xamarin.Mac - AnimatedClock | ||
description: Shows the use of custom property animations for CALayers in the CoreAnimation Layers API. This is based on the GlossyClock sample. | ||
page_type: sample | ||
languages: | ||
- csharp | ||
products: | ||
- xamarin | ||
technologies: | ||
- xamarin-mac | ||
urlFragment: animatedclock | ||
--- | ||
# AnimatedClock | ||
|
||
Shows the use of custom property animations for `CALayers` in the `CoreAnimation` Layers API. | ||
This is based on the GlossyClock sample. | ||
|
||
Author | ||
------ | ||
![AnimatedClock application screenshot](Screenshots/0.png "AnimatedClock application screenshot") | ||
|
||
## Author | ||
|
||
Ported to Xamarin.Mac by Rolf Bjarne Kvinge. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
AnimatingViews | ||
============== | ||
--- | ||
name: Xamarin.Mac - AnimatingViews | ||
description: The Animating View sample shows how to use CoreAnimation to animate views. The code that does the animation lives in the... | ||
page_type: sample | ||
languages: | ||
- csharp | ||
products: | ||
- xamarin | ||
technologies: | ||
- xamarin-mac | ||
urlFragment: animatingviews | ||
--- | ||
# AnimatingViews | ||
|
||
The Animating View sample shows how to use `CoreAnimation` to animate views. The code that does the animation lives in the `AnimatingViewsWindowController.cs` file and shows how to animate either using the simple API (just assigning a value to the Frame property) or manually controlling the animation's properties. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
AzureToDoMac | ||
============ | ||
--- | ||
name: Xamarin.Mac - AzureToDoMac | ||
description: 'This sample covers using Azure Cloud Data in a Xamarin.Mac application by creating a simple ToDo list application. UPDATE: the most recent (Nov-16)...' | ||
page_type: sample | ||
languages: | ||
- csharp | ||
products: | ||
- xamarin | ||
technologies: | ||
- xamarin-mac | ||
urlFragment: azuretodomac | ||
--- | ||
# AzureToDoMac | ||
|
||
This sample covers using Azure Cloud Data in a Xamarin.Mac application by creating a simple ToDo list application. | ||
|
||
UPDATE: the most recent (Nov-16) version of the [Azure Mobile Client NuGet](https://www.nuget.org/packages/Microsoft.Azure.Mobile.Client/) doesn't explicitly support the Xamarin.Mac platform, so the NET45 assemblies have been referenced directly in this sample. | ||
|
||
--- | ||
|
||
**NOTE:** You'll need to edit the `Constants` class and provide your Azure Developer Credentials by setting the `ApplicationURL` values _before_ this sample can be successfully run. | ||
|
||
The table configured in Azure should also have the same columns as the `TodoItem` class: `id`, `text`, `notes`, `complete`. | ||
|
||
--- | ||
|
||
![](Screenshots/01.png) | ||
![AzureToDoMac sample screenshot](Screenshots/01.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
ButtonMaddness | ||
============== | ||
--- | ||
name: Xamarin.Mac - ButtonMaddness | ||
description: This is a button sample for mac. | ||
page_type: sample | ||
languages: | ||
- csharp | ||
products: | ||
- xamarin | ||
technologies: | ||
- xamarin-mac | ||
urlFragment: buttonmadness | ||
--- | ||
# ButtonMaddness | ||
|
||
This is a button sample for mac. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
CFNetwork | ||
========= | ||
--- | ||
name: Xamarin.Mac - CFNetwork | ||
description: CFNetwork Xamarin.Mac sample. | ||
page_type: sample | ||
languages: | ||
- csharp | ||
products: | ||
- xamarin | ||
technologies: | ||
- xamarin-mac | ||
urlFragment: cfnetwork | ||
--- | ||
# CFNetwork | ||
|
||
CFNetwork Xamarin.Mac sample. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,27 @@ | ||
CircleView | ||
============== | ||
--- | ||
name: Xamarin.Mac - CircleView | ||
description: This is a sample ported from Swift which draws text on a custom view using NSLayoutManager. Runtime OS X 10.10+ Copyright Xamarin port changes are... | ||
page_type: sample | ||
languages: | ||
- csharp | ||
products: | ||
- xamarin | ||
technologies: | ||
- xamarin-mac | ||
urlFragment: circleview | ||
--- | ||
# CircleView | ||
|
||
This is a sample ported from Swift which draws text on a custom view using `NSLayoutManager`. | ||
|
||
Runtime | ||
------------------ | ||
## Runtime | ||
OS X 10.10+ | ||
|
||
Copyright | ||
-------- | ||
## Copyright | ||
|
||
Xamarin port changes are released under the MIT license | ||
|
||
Author | ||
------ | ||
## Author | ||
|
||
Ported to Xamarin.Mac by Chris Hamons | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,30 @@ | ||
Constraints | ||
======== | ||
--- | ||
name: Xamarin.Mac - Constraints | ||
description: This sample shows how to use UI constraints in Xamarin.Mac apps. Build Requirements OS X 10.12, Xcode 8.0 or later Runtime OS X 10.12 | ||
page_type: sample | ||
languages: | ||
- csharp | ||
products: | ||
- xamarin | ||
technologies: | ||
- xamarin-mac | ||
urlFragment: constraints | ||
--- | ||
# Constraints | ||
|
||
This sample shows how to use UI constraints in Xamarin.Mac apps. | ||
|
||
|
||
Build Requirements | ||
------------------ | ||
## Build Requirements | ||
|
||
OS X 10.12, Xcode 8.0 or later | ||
|
||
Runtime | ||
------------------ | ||
## Runtime | ||
OS X 10.12 | ||
|
||
|
||
Author | ||
------ | ||
![Constraints application screenshot](Screenshots/1.png "Constraints application screenshot") | ||
|
||
## Author | ||
|
||
Timothy Risi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,21 @@ | ||
CoreAnimationBook | ||
================= | ||
--- | ||
name: Xamarin.Mac - CoreAnimationBook | ||
description: The samples in this directory are ports from the book Pragmatic's Core Animation for Mac OS X and show how to use CoreAnimation with Xamarin.Mac. | ||
page_type: sample | ||
languages: | ||
- csharp | ||
products: | ||
- xamarin | ||
technologies: | ||
- xamarin-mac | ||
urlFragment: coreanimationbook | ||
--- | ||
# CoreAnimationBook | ||
|
||
The samples in this directory are ports from the book "Pragmatic's Core Animation for Mac OS X" and show how to use CoreAnimation with Xamarin.Mac. | ||
|
||
Author | ||
------ | ||
![CoreAnimationBook application screenshot](Screenshots/1.png "CoreAnimationBook application screenshot") | ||
|
||
## Author | ||
|
||
Ported to Xamarin.Mac by Kenneth J. Pouncey. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
Custom Fonts | ||
============ | ||
--- | ||
name: Xamarin.Mac - Custom Fonts | ||
description: This sample shows how to embed a custom font in a Xamarin.Mac application and how to use that font in a User Interface item. | ||
page_type: sample | ||
languages: | ||
- csharp | ||
products: | ||
- xamarin | ||
technologies: | ||
- xamarin-mac | ||
urlFragment: customfont | ||
--- | ||
# Custom Fonts | ||
|
||
This sample shows how to embed a custom font in a Xamarin.Mac application and how to use that font in a User Interface item. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,21 @@ | ||
DatePicker | ||
========== | ||
--- | ||
name: Xamarin.Mac - DatePicker | ||
description: Shows the use of the NSDatePicker control with Xamarin.Mac. | ||
page_type: sample | ||
languages: | ||
- csharp | ||
products: | ||
- xamarin | ||
technologies: | ||
- xamarin-mac | ||
urlFragment: datepicker | ||
--- | ||
# DatePicker | ||
|
||
Shows the use of the `NSDatePicker` control with Xamarin.Mac. | ||
|
||
Author | ||
------ | ||
![DatePicker application screenshot](Screenshots/0.png "DatePicker application screenshot") | ||
|
||
## Author | ||
|
||
Ported to Xamarin.Mac by Kenneth Pouncey. |
Oops, something went wrong.