You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
PeterBurke edited this page Jul 27, 2015
·
1 revision
This example demonstrates creating the core of an App in a portable class library and then getting it working on the target platforms. We need to demonstrate binding a page to a ViewModel by echoing data typed into one element back to another element.
We also need to demonstrate clicking a button that fires a Command that will navigate from one page to another.
This example comes in two forms: C# Pages and and XAML Pages. You can compare code between these two examples to see for yourself what changes.