android - How to save the arrayList data in ... - Stack Overflow
經安全檢測,此網站為安全網站,請放心前往原始網址!
android - How to save the arrayList data in ... - Stack Overflow
2014年2月15日 - try this. //Set the values Set set = new HashSet(); set.addAll(mArrayList1); scoreEditor.putStringSet("key", set); scoreEditor.commit(); ...