本文介绍了Android sharedpreferences大小限制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚开始开发 android 应用程序.我的问题是:可以立即检索的 xml 格式的 sharedpreferences 的最大大小是什么?

I just started developing an android application. My question is: what is the maximum size of sharedpreferences in xml format that can be retrieved at once?

推荐答案

从逻辑上讲,sharedpreferences没有限制,因为它保存在您的应用程序内部,看看这个答案,我认为它是完全正确的

logically there is no limit for sharedpreferences because it saved inside your app look at this answer i think its perfectly right

这篇关于Android sharedpreferences大小限制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 14:13
查看更多