david.bilik
class MyAdapter ... { var items = emptyList<YourObject>() set(value) { field = value notifyDatasetChanged() } }