Re: [android-developers] Are SharedPreferences limited in size?

2010-03-03 Thread Dianne Hackborn
There is no limit (except for storage space), but these are currently written as a single XML file for the entire shared preference object, so you don't want to go crazy with how much you put there. If you have a large amount of data there are numerous other facilities: databases, flat files,

[android-developers] Are SharedPreferences limited in size?

2010-03-02 Thread ko5tik
Hi All, I'm just wondering, if there is a limit on amount of data I can store in SharedPreferences. ( and if yes, what limit) regards, -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to