Skip to content

Instantly share code, notes, and snippets.

@wuhuangjia
Created October 8, 2017 09:56
Show Gist options
  • Save wuhuangjia/2ac27bd9e0931a8d36d30c8d7b9f3e71 to your computer and use it in GitHub Desktop.
Save wuhuangjia/2ac27bd9e0931a8d36d30c8d7b9f3e71 to your computer and use it in GitHub Desktop.
Medium 文章:Xamarin + Prism + Firebase
<?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="XFFirebase.Views.MainPage"
Title="MainPage">
<StackLayout HorizontalOptions="Center" VerticalOptions="Center">
<Button Text="測試 Firebase EveneLog" Command="{Binding clickEventLogbtnCommand}"/>
</StackLayout>
</ContentPage>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment