0

I am working on Xamarin Android Application.I don't know how to store List in ISharePreferences.How to implement that ?

Ashley Mills
  • 50,474
  • 16
  • 129
  • 160
Dhruv Gohil
  • 842
  • 11
  • 34
  • if its a complex object, then I would agree with tiny's answer (or just use a database), but if its a list of string/int/bool/etc use something like this (http://stackoverflow.com/questions/7057845/save-arraylist-to-sharedpreferences ). – Johan Nov 03 '15 at 10:27

1 Answers1

0

Use Gson change betwenn List<> and JsonString! Save and read String.

tiny sunlight
  • 6,231
  • 3
  • 21
  • 42