[Recipes] Xamarin.Forms recipe readmes updated to reflect new Recipe org.

This commit is contained in:
David Britch 2015-12-01 11:22:21 +00:00
Родитель 98396455cc
Коммит 6dc271c56b
6 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -1,3 +1,3 @@
This recipe shows how to geocode a user supplied street address to latitude and longitude coordinates by using the `Geocoder` class included in Xamarin.Forms.Maps.
The full recipe can be found [here](http://developer.xamarin.com/recipes/cross-platform/xamarin-forms/geocode/).
The full recipe can be found [here](http://developer.xamarin.com/recipes/cross-platform/xamarin-forms/controls/maps/geocode/).

Просмотреть файл

@ -1,3 +1,3 @@
This recipe shows how to open each platforms native maps app in order to perform navigation from the current location to an address entered in a Xamarin.Forms app.
The full recipe can be found [here](http://developer.xamarin.com/recipes/cross-platform/xamarin-forms/map-navigation/).
The full recipe can be found [here](http://developer.xamarin.com/recipes/cross-platform/xamarin-forms/controls/maps/map-navigation/).

Просмотреть файл

@ -1,3 +1,3 @@
This recipe shows how to reverse geocode user supplied latitude and longitude coordinates into a street address by using the `Geocoder` class included in Xamarin.Forms.Maps.
The full recipe can be found [here](http://developer.xamarin.com/recipes/cross-platform/xamarin-forms/reverse-geocode/).
The full recipe can be found [here](http://developer.xamarin.com/recipes/cross-platform/xamarin-forms/controls/maps/reverse-geocode/).

Просмотреть файл

@ -1,3 +1,3 @@
This recipe shows how to securely store data in an account store that's backed by Keychain services in iOS, and the `KeyStore` class in Android.
The full recipe can be found [here](http://developer.xamarin.com/recipes/cross-platform/xamarin-forms/store-credentials/).
The full recipe can be found [here](http://developer.xamarin.com/recipes/cross-platform/xamarin-forms/general/store-credentials/).

Просмотреть файл

@ -1,3 +1,3 @@
This recipe shows how to use the iOS9 Core Spotlight framework to make Xamarin.Forms app content searchable through Spotlight search.
The full recipe can be found [here](http://developer.xamarin.com/recipes/cross-platform/xamarin-forms/core-spotlight-search/).
The full recipe can be found [here](http://developer.xamarin.com/recipes/cross-platform/xamarin-forms/ios/core-spotlight-search/).

Просмотреть файл

@ -1,3 +1,3 @@
This recipe shows how to use the iOS 9 `NSUserActivity` class to make Xamarin.Forms app content searchable through Spotlight search.
The full recipe can be found [here](http://developer.xamarin.com/recipes/cross-platform/xamarin-forms/nsuseractivity-search/).
The full recipe can be found [here](http://developer.xamarin.com/recipes/cross-platform/xamarin-forms/ios/nsuseractivity-search/).