Shared Preferences – max length of a single value
By Romain Guy From the Question Asked Here, Whatever the maximum length of a Java string is. So something like Integer.MAX_VALUE chars. I suppose while SharedPreference 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 … Read more