Skip to content

Commit

Permalink
[working-with] add screenshots to READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
conceptdev committed Jul 2, 2014
1 parent 976d1b8 commit 229d7ff
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 40 deletions.
5 changes: 2 additions & 3 deletions Todo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ Xamarin.Forms provides two solution templates for building cross-platform applic

![screenshot](https://raw.githubusercontent.com/xamarin/xamarin-forms-samples/master/Todo/Screenshots/Todo-detail-sml.png "Detail View")

**NOTE:** Windows Phone requires you to download <a href="http://www.sqlite.org/download.html#wp8" target="_blank">Precompiled Binaries for Windows Phone 8 VSIX</a> and install in Visual Studio; this enables the **SQLite for Windows Phone** Extension that you can then add to your app.

PCL (Portable Class Library)
---
This solution uses the [SQLite.NET PCL](https://www.nuget.org/packages/SQLite.Net-PCL/) NuGet to provide a cross-platform implementation of the SQLite database API. The shared PCL project references the NuGet to implement the `TaskDatabase` class. Platform-specific instances of the `SQLiteConnection` are created and injected on each platform (in `AppDelegate`, `MainActivity`, and `MainPage`).


For Windows Phone you also need to download <a href="http://www.sqlite.org/download.html#wp8" target="_blank">Precompiled Binaries for Windows Phone 8 VSIX</a> and install in Visual Studio; this enables the **SQLite for Windows Phone** Extension that you can then add to your app.


Shared Project
--------------
This version uses the raw C# source of [SQLite.NET](https://github.com/praeclarum/sqlite-net/) in the **Shared Project**, which is accessed by the `TaskDatabase` class. There is a compiler-directive (`#if __IOS__`) in the `TaskDatabase` class that is used to determine the correct filename for each platform.
Expand Down
5 changes: 5 additions & 0 deletions UsingCustomRenderers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ Xamarin.Forms Custom Renderer

Sample code for the [Xamarin.Forms Custom Renderer](http://developer.xamarin.com/guides/cross-platform/xamarin-forms/custom-renderer/) doc.

These screenshots show an `Entry` control without and with a custom renderer.

![screenshot](https://raw.githubusercontent.com/xamarin/xamarin-forms-samples/master/UsingCustomRenderers/Screenshots/1before.png "Without renderer")

![screenshot](https://raw.githubusercontent.com/xamarin/xamarin-forms-samples/master/UsingCustomRenderers/Screenshots/2after.png "With renderer")

Author
------
Expand Down
Binary file added UsingCustomRenderers/Screenshots/1before.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added UsingCustomRenderers/Screenshots/2after.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions UsingDependencyService/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Xamarin.Forms DependencyService

Sample code for the [Xamarin.Forms DependencyService](http://developer.xamarin.com/guides/cross-platform/xamarin-forms/dependency-service/) doc.

The sample shows how to implement **text to speech** on iOS, Android and Windows Phone using Xamarin.Forms but calling out to the native platform SDKs for speech.

Author
------
Expand Down
2 changes: 1 addition & 1 deletion UsingMessagingCenter/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Working with...
Xamarin.Forms MessagingCenter
==============

Sample code for the [Xamarin.Forms MessagingCenter](http://developer.xamarin.com/guides/cross-platform/xamarin-forms/messaging-center) doc.
Expand Down
5 changes: 3 additions & 2 deletions WorkingWithColors/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Working with...
Working with Colors
==============

These samples relate to the [Working with... Xamarin.Forms](developer.xamarin.com/guides/cross-platform/xamarin-forms/working-with/) docs.
These samples relate to the [Working with Colors in Xamarin.Forms](http://developer.xamarin.com/guides/cross-platform/xamarin-forms/working-with/colors/) doc.

![screenshot](https://raw.githubusercontent.com/xamarin/xamarin-forms-samples/master/WorkingWithColors/Screenshots/Colors-sml.png "Colors")

Author
------
Expand Down
Binary file added WorkingWithColors/Screenshot/Colors-sml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions WorkingWithFiles/README.md

This file was deleted.

Binary file added WorkingWithFiles/Screenshots/SaveAndLoad-sml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions WorkingWithFonts/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Working with...
Working with Fonts
==============

These samples relate to the [Working with... Xamarin.Forms](developer.xamarin.com/guides/cross-platform/xamarin-forms/working-with/) docs.
These samples relate to the [Working with Fonts in Xamarin.Forms](http://developer.xamarin.com/guides/cross-platform/xamarin-forms/working-with/fonts/) doc.

![screenshot](https://raw.githubusercontent.com/xamarin/xamarin-forms-samples/master/WorkingWithFonts/Screenshots/custom-sml.png "Fonts")

Author
------
Expand Down
Binary file added WorkingWithFonts/Screenshots/custom-sml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions WorkingWithImages/README.md

This file was deleted.

Binary file added WorkingWithImages/Screenshot/Images-sml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions WorkingWithMaps/README.md

This file was deleted.

Binary file added WorkingWithMaps/Screenshots/maps-zoom-sml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions WorkingWithWebview/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Working with...
Working with WebView
==============

These samples relate to the [Working with... Xamarin.Forms](developer.xamarin.com/guides/cross-platform/xamarin-forms/working-with/) docs.
These samples relate to the [Working with WebView in Xamarin.Forms](http://developer.xamarin.com/guides/cross-platform/xamarin-forms/working-with/webview) doc.

![screenshot](https://raw.githubusercontent.com/xamarin/xamarin-forms-samples/master/WorkingWithWebview/Screenshots/webview-sml.png "Fonts")

Author
------
Expand Down
Binary file added WorkingWithWebview/Screenshots/webview-sml.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 229d7ff

Please sign in to comment.