I am storing String into shared preferences, but I wasn't able to find out maximal length of string I can store. Do you know this value?
Thanks
Waypoint
|
I am storing String into shared preferences, but I wasn't able to find out maximal length of string I can store. Do you know this value? Thanks Waypoint
| |||
|
feedback
|
|
By Romain Guy From the Question Asked Here,
I suppose while SharedPreferene is an XML file stored with One Tag if you store only One Pair/Object. So there is no limit to write String in that if you think like you are writing in a file..(Theoratically) But Actually what happens is that,while you are assigning value to SharedPreference using So while writting the code: Limit of SharedPreference String Size = Java String Object Size Limit(Practically) | ||||
|
feedback
|
|
Shared preference is stored in | |||
|
feedback
|