nwh
08/22/2018, 5:08 PMMutableLiveData
is the standard, but LinearLayout
doesn't have it's own lifecycle. Is this an acceptable solution?
var data: List<Conditions?>? = null
set(value) {
field = value?
postInvalidate() // cause redraw
}
This field is changed from a RecyclerView on binding