Offline Sync In Xamarin Forms Without Azure Mobile Service Client
I am new to Xamarin development. I am building a Xamarin application with RESTful API and using SQL server for online storage and SQLite for the Local storage. I need to add offlin
Solution 1:
yes you can make use of Sync Adapter this would sync your data in background but this is Platform specific and hence you had to implement it in Native Class Also If you want a Periodic Sync you can also use JobSchedular in Android
You Can Read More Here Android SyncAdapter Documentation
Post a Comment for "Offline Sync In Xamarin Forms Without Azure Mobile Service Client"