views:

40

answers:

1

I know only primitives can be stored in the android preferences, but do arrays count? Can I store an array of, say, Strings or booleans in an android preference?

A: 

Only if you turn the array into a string.

CommonsWare