Samples built using Infragistics UI for Xamarin targeting the Xamarin.Forms framework.
The Apache License 2.0 applies to all samples in this repository.
Copyright 2011 Xamarin Inc
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
We welcome sample submissions.
However, because the sample galleries are powered by the github sample repos, each sample needs to have the following things:
-
Screenshots - a folder called Screenshots that has at least one screen shot of the sample (preferably a screen shot for every page or every major functionality piece, people really key off these things).
-
Readme - a README.md file that has the name of the sample, a description, and author attribution.
-
Metadata - Finally, it needs a Metadata.xml file (https://github.com/xamarin/mobile-samples/blob/master/Tasky/Metadata.xml) that has some information:
-
ID - A GUID for the sample. You can generate this in MD under Tools menu : Insert GUID. we need this to key between articles and their associated samples
-
Brief - Short description or what your sample does. This allows us to display a nice and clean vignette on the sample page.
-
Tags: a list of relevant tags for the app.
-
Gallery: This tag must contain a value of true if you want the sample to show up in the samples gallery on the developer portal.
-
-
Buildable Sln and CSProj file - the project must build and have the appropriate project scaffolding (solution + proj).