Save to isolated storage directly in WP8

前端 未结 2 1259
囚心锁ツ
囚心锁ツ 2021-01-24 04:02

I want to save a zip file directly to isolated storage from server , But the problem i am facing was when i try to save using the below code , i get out of memory exception sinc

2条回答
  •  旧时难觅i
    2021-01-24 04:16

    Yes you can and you can do it like first save original data in Sqlite file and use in the code and then call server for changes which are made in the data and get those updates so you don't have to download data again and again.. Also if you have to download data on each call then you can use sqlite or linq.

提交回复
热议问题