How to Cache Json data to be available offline?

后端 未结 7 2326
隐瞒了意图╮
隐瞒了意图╮ 2020-12-08 12:55

I have parsed the JSON Data in a listview and now I want to make it available offline. Is there a way to save the JSON data at the phone so that you can see th

7条回答
  •  借酒劲吻你
    2020-12-08 13:05

    Once you download the data you could persist the data on the mobile, using a database or a system of your preference.

    You can check the different options here: data-storage

提交回复
热议问题