Android - Download JSON data and save to shared preferences

后端 未结 5 1041
遥遥无期
遥遥无期 2021-01-23 19:11

I\'m reading JSON data from a PHP Service and everytime the version of that JSON changes, I want to store it on Android (replace the old data with the new one), the JSON is used

5条回答
  •  情歌与酒
    2021-01-23 20:02

    Not a problem to save in shared preference..but keep in mind that SP mostly saves primitive data types in key value pair...and not an issue of 36kb in your case.:)

提交回复
热议问题