Does kotlin have any classes for observable lists?...
# getting-started
k
Does kotlin have any classes for observable lists? Kind of like
Delegates.observable
, but for
add
and
remove
v
You are supposed to use on of the Java "observable" frameworks
k
Like
java.util.Observable
? Other than that, I can only find javafx's lists
v
I use javafx, but Java8
ObservableList
should also work