Skip to content

Instantly share code, notes, and snippets.

@nuitsjp
Last active August 21, 2016 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nuitsjp/1d3fd9acf9a39d06ce5cfabb07d0b8f4 to your computer and use it in GitHub Desktop.
Save nuitsjp/1d3fd9acf9a39d06ce5cfabb07d0b8f4 to your computer and use it in GitHub Desktop.
NavigationService Overview SecondPage.xaml
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:prism="clr-namespace:Prism.Mvvm;assembly=Prism.Forms"
prism:ViewModelLocator.AutowireViewModel="True"
x:Class="NavigationService.Views.SecondPage"
Title="SecondPage">
<StackLayout Orientation="Vertical" HorizontalOptions="Center" VerticalOptions="Center">
<Label Text="Second Page."/>
</StackLayout>
</ContentPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment