dongzhiqi0332 2018-05-29 18:11
浏览 53
已采纳

如何在IOS应用程序和网站中保持文本数据的一致性?

Its known fact that we can use Json/XML parsing or Database to maintain a limited amount of data consistent on a given application and Website at any given time.

However, the dilemma is a project having few display textlines 3k-4k that are supposed to be consistent on both(App and website)on a selected UI, these text files may change at any given point of time. What will be the optimized method or steps of implementation for this technique?

  • 写回答

1条回答 默认 最新

  • douyue2313 2018-05-29 18:17
    关注

    Just my bit would be to store the data in on server as a text file and later use the website or the app to parse the given text file at given location to display it

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?