I wanna know whether is it possible to store array of string in the SharedPreferences. In my application i want , set of names to be stored
It's not possible to store them as an array, but you can concatenate them, and then split them when loading, using StringTokenizer. I can help with some code, if this will be helpful for you.
StringTokenizer