什么是android系统解析本地数据存储的最大stoarge限制 [英] What is the maximum stoarge limit for parse local data store in android

查看:202
本文介绍了什么是android系统解析本地数据存储的最大stoarge限制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用本地数据存储为我的应用程序的Andr​​oid parse.com。
为了改善用户体验和减少的网络呼叫的数量,我希望存储有关用户装置本身在localDataStore上尽可能多的数据。

I am using local data store for my app with parse.com android. To improve the user experience and reduce the number of network calls, I want to store as much data related to user on the device itself in the localDataStore.

什么是解析本地数据存储的最大存储限制?
此外,我想数据在本地数据存储中保留,即使用户注销。是否注销用户清除localDataStore?

What is the maximum storage limit for parse local data store? Also I want data to be retained in the local data store, even if the user logs out. Does logging out the user clears localDataStore?

推荐答案

解析localDataStore只需创建一个名为ParseOfflineStore在设备上的SQLite数据库。
此限制应该是正常的sqlite的DB( http://www.sqlite.org/limits.html <相同/ A>)。

Parse localDataStore simply create a sqlite db called "ParseOfflineStore" on devices. The limitation should be the same with normal sqlite db(http://www.sqlite.org/limits.html).

注销用户不会清除数据,除非你取消固定(删除)了。

Logging out the user will not clear the data unless you unpin(remove) it.

这篇关于什么是android系统解析本地数据存储的最大stoarge限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆