Offline Hybrid App yhat syncs data online

Answered
0
0

Hello,

I watched the Hybrid webinar and it’s awesome!

The idea of the offline app is interesting it allows the app to run without internet connection let’s say.

What is the recommended way to sync data to an online server when an internet connection is available?

 

Is there a combination of offline/online app for example?

I want to do it in the right way so please put me on the right track…

 

Best regards,

Ali

  • You must to post comments
Best Answer
0
0

Hi Ali,

The concept is to have a local persistent data layer, most applications tend to use SQLite.

This concept is not specific to Wisej.NET Hybrid, but as a good starting point I would recommend checking out https://learn.microsoft.com/en-us/azure/developer/mobile-apps/azure-mobile-apps/howto/data-sync

The challenge would be how to adjust both the app and the infrastructure to handle the synchronized data flow.

HTH,

Alaa

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.