How many variables (key value) can SharedPreferences hold? Is there any limit to SharedPreferences?
- oneFor something volumetric it is usually better to use SQL - McDaggen
- @McDaggen Yes, I know that, but thanks anyway for your comment. It was just interesting to learn about SharedPreferences - Inna Ahtina
- oneI can assume that the limits may be limited by the medium itself to the file size (file system, memory, etc.). But to reach the limit in size at the present time is hardly possible. Previously, memory will be clogged with variables from preferences. - Maxim
|
1 answer
There is no limit, only you connect them (that is, their meanings), Koroch. You can put the standard one only, but if you connect variables through the "end" method, then how much do you want. I work with java sketchware personally, so I don’t know how to write this in code, and not in a block
|