1 min readMar 7, 2020
For large Arrays/Lists that will be queried in the future a foreign key implementation is optimal as Mark Murphy of CommonsWare notes in this StackOverflow answer.
However, if the Array/List is limited in size creating a @TypeConverter
is a good option.