James Montemagno 697a951ce1 Update TripExpense to use new features 10 năm trước cách đây
..
TripExpenses 697a951ce1 Update TripExpense to use new features 10 năm trước cách đây
TripExpenses.UI 697a951ce1 Update TripExpense to use new features 10 năm trước cách đây
README.md 697a951ce1 Update TripExpense to use new features 10 năm trước cách đây
TripExpenses.sln 697a951ce1 Update TripExpense to use new features 10 năm trước cách đây
TripExpenses.userprefs 697a951ce1 Update TripExpense to use new features 10 năm trước cách đây

README.md

Xamarin.Forms-TripExpenses

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

  • By default TripExpenses uses a cross-platform Json Based file system, however you can add Azure Mobile Services easily by following:

  • Signup for an Azure Mobile Services account: http://azure.microsoft.com/en-us/services/mobile-services/

  • Open: XMLDataStore.cs and comment OUT the [assemby:Dependency()] flag

  • Create a new Azure Mobile Services Table Called "TripExpense"

  • Open “AzureDataStore.cs" in TripExpenses shared project

  • Comment IN the [assemby:Dependency()] flag

  • Edit: MobileService = new MobileServiceClient(

    "https://"+"PUT-SITE-HERE" +".azure-mobile.net/",
    "PUT-YOUR-API-KEY-HERE");
    

##Watch