如何在离子中实现在线/离线同步

时间:2016-04-13 13:59:28

标签: ionic-framework ionic2

使用离子框架进行移动应用, 在服务器和服务器中拥有mysql数据库使用api处理get& post方法(响应将采用JSON格式) 如何实现在线&我的应用中的离线数据同步。 它应该像下面这样工作

- Need internet connection for first time login. so that it can pull data from server
- If user wents to offline, he should able to view, add in offline
- Once he goes to online again, the data should sync in server

1 个答案:

答案 0 :(得分:1)

在Marco Fernandes 1年前发表的一篇文章中,使用了Ionic 1.x.可以创建一种" 4向数据绑定"。

在Ionic 2中应该很容易实现这样的东西。

http://frontmag.no/artikler/utvikling/offline-data-synchronization-ionic