I am new to android programming. I have saved my data insharedPreference and get the data back and store as following
Set <String> set = sharedPref.getStringSet(dayName, null);
This Set <String> set got 3 array stored in a row arrayOne, arrayTwo, arrayThree with a TAG. Is there any way to convert it into array and save individually.
Thanks for the help.