https://kotlinlang.org logo
p

pike

10/04/2017, 5:37 AM
if I have a item view model that has a nested object, how to I get values from it in the UI? model.subObject.subObjectProperty doesn’t work --- .select(property) works. I’m a dummy