xamarin & azure - bff, really?

16
Xamarin & Azure BFF, Really? Benjamin Tam Twitter: @benjamintam

Upload: benjamin-tam

Post on 23-Jan-2018

692 views

Category:

Mobile


3 download

TRANSCRIPT

Page 1: Xamarin & Azure - BFF, Really?

Xamarin&AzureBFF,Really?

BenjaminTamTwitter:@benjamintam

Page 2: Xamarin & Azure - BFF, Really?

Page

Why?› Myapps… apartfromactualphonefunctions› Productivity› GoogleMaps› Games› SocialMedia› Calculator!

/Copyright©2015byReadifyLimited2

Page 3: Xamarin & Azure - BFF, Really?

Page

AzureAppServices› MobileServicesvsMobileApp› MobileAppvsAPIApp› ClientSDK› Storage(includingOfflineDataSync)› Authentication› PushNotifications

› .NETorNode.js back-end/Copyright©2015byReadifyLimited3

Page 4: Xamarin & Azure - BFF, Really?

Page

Demo:Xamarin.Forms Solution

/Copyright©2015byReadifyLimited4

Page 5: Xamarin & Azure - BFF, Really?

Page

Demo:RunningApp

/Copyright©2015byReadifyLimited5

Page 6: Xamarin & Azure - BFF, Really?

Page

Demo:AppService

/Copyright©2015byReadifyLimited6

Page 7: Xamarin & Azure - BFF, Really?

Page

Demo:MobileApp

/Copyright©2015byReadifyLimited7

Page 8: Xamarin & Azure - BFF, Really?

Page

GettingStarted› Quickstart - EasyTables› Node.js backendonly› “Nocode”CRUDAPI› Codeisactuallyincorresponding.js &.json files

› UsesOData&SQLAzure› Debugging› LogStream/Copyright©2015byReadifyLimited8

Page 9: Xamarin & Azure - BFF, Really?

Page

OfflineDataSync

/Copyright©2015byReadifyLimited9

Page 10: Xamarin & Azure - BFF, Really?

Page

NetworkConnectivity› Isthereanetworkconnection?› Wifi› Cellular› 2G,3G,4G

› Roaming› Whatifthenetworkstatuschangesmid-operation?› Xam.Plugin.Connectivity

/Copyright©2015byReadifyLimited10

Page 11: Xamarin & Azure - BFF, Really?

Page

DeviceStorage› Propertiesdictionary› Localfilestorage› SQLite.Net (*PCL)

/Copyright©2015byReadifyLimited11

Page 12: Xamarin & Azure - BFF, Really?

Page

HowDoesOfflineDataSyncWork?› Cacheserverdatalocally› Create/modifydatalocally› Developerdecideswhen tosyncwithAzure› Push› Pull› Purge› Implicitpush

/Copyright©2015byReadifyLimited12

Page 13: Xamarin & Azure - BFF, Really?

Page

EnablingOfflineDataSync› Microsoft.Azure.Mobile.Client.SQLiteStore NuGet› Configuration› IMobileServiceTable vsIMobileServiceSyncTable› Definethelocalstoreandtable(s)

› Operations› IMobileServiceSyncContext› IMobileServiceSyncHandler

/Copyright©2015byReadifyLimited13

Page 14: Xamarin & Azure - BFF, Really?

Page

OtherConsiderations› Softdeletions› Conflictresolution› Whattokeep?› MobileServicePushFailedException

› Performance› FullvsIncrementalSync› CollapseLogic

/Copyright©2015byReadifyLimited14

Page 15: Xamarin & Azure - BFF, Really?

Page

Demo:OfflineDataSync

/Copyright©2015byReadifyLimited15

Page 16: Xamarin & Azure - BFF, Really?

Page

ThankYou!Twitter:@benjamintam

/Copyright©2015byReadifyLimited16