Skip to content

Commit

Permalink
minor corrections in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptdev committed Mar 1, 2018
1 parent 1d463a6 commit a53b847
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Expand Up @@ -2,7 +2,8 @@ MonoDroid Samples
=================

This repository contains Mono for Android samples, showing usage of various
Android API wrappers from C#.
Android API wrappers from C#. Visit the [Android Sample Gallery](https://developer.xamarin.com/samples/android/all/)
to download individual samples.

License
-------
Expand Down Expand Up @@ -36,7 +37,7 @@ Samples Submission Guidelines

## Galleries

We love samples! Application samples show off our platform and provide a great way for people to learn our stuff. And we even promote them as a first-class feature of the docs site. You can find our two sample galleries here:
We love samples! Application samples show off our platform and provide a great way for people to learn our stuff. And we even promote them as a first-class feature of the docs site. You can find the sample galleries here:

* [Xamarin Forms Samples](http://developer.xamarin.com/samples/xamarin-forms/all/)

Expand All @@ -48,13 +49,13 @@ We love samples! Application samples show off our platform and provide a great w

## Sample GitHub Repositories

These sample galleries are populated by samples in our six sample GitHub repos:
These sample galleries are populated by samples in these GitHub repos:

* [https://github.com/xamarin/xamarin-forms-samples](https://github.com/xamarin/xamarin-forms-samples)

* [https://github.com/xamarin/mobile-samples](https://github.com/xamarin/mobile-samples)

* [https://github.com/xamarin/monotouch-samples](https://github.com/xamarin/monotouch-samples)
* [https://github.com/xamarin/ios-samples](https://github.com/xamarin/ios-samples)

* [https://github.com/xamarin/mac-samples](https://github.com/xamarin/mac-samples)

Expand All @@ -67,9 +68,9 @@ The [mac-ios-samples](https://github.com/xamarin/mac-ios-samples) repository is

## Sample Requirements

We welcome sample submissions. Please ping Nat or Miguel for repo commit access.
We welcome sample submissions, please start by creating an issue with your proposal.

However, because the sample galleries are powered by the github sample repos, each sample needs to have the following things:
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). for the xplat samples, the folder should be split into platform folders, e.g. iOS, Android, Windows. see[ https://github.com/xamarin/mobile-samples/tree/master/Tasky/Screenshots](https://github.com/xamarin/mobile-samples/tree/master/Tasky/Screenshots) for an example of this.

Expand Down Expand Up @@ -110,9 +111,9 @@ However, because the sample galleries are powered by the github sample repos, ea

* **Buildable Sln and CSProj file** - the project _must_ build and have the appropriate project scaffolding (solution + proj).

A good example of this stuff is here in the drawing sample:[ https://github.com/xamarin/monotouch-samples/tree/master/Drawing](https://github.com/xamarin/monotouch-samples/tree/master/Drawing)
A good example of this stuff is here in the drawing sample:[ https://github.com/xamarin/monotouch-samples/tree/master/Drawing](https://github.com/xamarin/ios-samples/tree/master/Drawing)

For a x-platform sample, please see: https://github.com/xamarin/mobile-samples/tree/master/Tasky
For a cross-platform sample, please see: https://github.com/xamarin/mobile-samples/tree/master/Tasky

## GitHub Integration

Expand Down

0 comments on commit a53b847

Please sign in to comment.