I want to change the values in an array in shared preferences. Can we make a string-array in shared preferences and use it in our code.? How is it possible as I am entering different values and want user to change values as per user need. I want to use those values in spinner.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Yes you can do that. Refer to Egor's comment in the link here Put and get String array from shared preferences That is pretty much what you need. |
|||
|
|
|
you can not add array in sharedPrefence.. you can only use data type define in this doc. if you put a large number of data in sharedPrefence than that memory required never be free. so you can use Application class .. the memory of application class will be a free when app is force stop.. |
|||
|
|
|
insert your values like
retreive your values
before that make sure you have
|
|||
|
|

