0

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

Ashley Mills
  • 44,005
  • 15
  • 120
  • 151
Dhruv Gohil
  • 842
  • 10
  • 33
  • 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,173
  • 3
  • 20
  • 42