James Montemagno 71208d4b85 Update MainPage.xaml.cs 10 năm trước cách đây
..
.nuget b117c7b1c1 Initial Commit 10 năm trước cách đây
TripExpenses 71208d4b85 Update MainPage.xaml.cs 10 năm trước cách đây
.gitattributes b117c7b1c1 Initial Commit 10 năm trước cách đây
.gitignore b117c7b1c1 Initial Commit 10 năm trước cách đây
README.md b117c7b1c1 Initial Commit 10 năm trước cách đây
TripExpenses.sln b117c7b1c1 Initial Commit 10 năm trước cách đây

README.md

Xamarin.Forms-TripExpenses-TechEd

Xamarin.Forms Azure Demo of a simple expense app with Azure Mobile Services online and offline sync with a backed SQLite database for iOS, Android, and Windows Phone.

##Setup

  • Signup for an Azure Mobile Services account: http://azure.microsoft.com/en-us/services/mobile-services/
  • Create a new Azure Mobile Services Table Called "TripExpense"
  • Open "DataStore.cs" in TripExpenses shared project
  • Edit: MobileService = new MobileServiceClient( "https://"+"PUT-SITE-HERE" +".azure-mobile.net/", "PUT-YOUR-API-KEY-HERE");

##Watch