I have an Array with a name Upvalthat has 16 Integer values that I would like to store in my SharedPreferences without creating separate ones for each, but SharedPrefernces will not allow Array, what is the easiest way to do this? The ad looks something like this:
Integer[] UpVal = new Integer[16];
source
share