[android-developers] Re: size limit of shared preferences

2010-02-02 Thread JP
I've tried to dump some user data into SharedPreferences. Not a good idea, doesn't perform. If you need to store records-based data, the answer is SQLite On Feb 2, 2:35 am, Nemat nemate...@gmail.com wrote: Hi friends I want to save all the contacts into shared preferences.Is it

[android-developers] Re: size limit of shared preferences

2010-02-02 Thread Steve
Probably not enough for your contacts. I've gotten a few thousand characters into a single pref. I guess you could make a different pref for each contact but why not do what the other person said and go with a SQLite db. On Feb 2, 2:35 am, Nemat nemate...@gmail.com wrote: Hi friends I