James Montemagno 697a951ce1 Update TripExpense to use new features 10 rokov pred
..
TripExpenses 697a951ce1 Update TripExpense to use new features 10 rokov pred
TripExpenses.UI 697a951ce1 Update TripExpense to use new features 10 rokov pred
README.md 697a951ce1 Update TripExpense to use new features 10 rokov pred
TripExpenses.sln 697a951ce1 Update TripExpense to use new features 10 rokov pred
TripExpenses.userprefs 697a951ce1 Update TripExpense to use new features 10 rokov pred

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