edvin
10/17/2016, 5:16 PMedvin
10/17/2016, 5:17 PMcarlw
10/17/2016, 5:20 PMron
10/17/2016, 5:22 PMby di
constructedvin
10/17/2016, 5:23 PMdi
construct @ron mentions, you would need that container configuration. I've written pretty large applications and never had any need for any external di though, but I see your point.carlw
10/17/2016, 5:26 PMedvin
10/17/2016, 5:27 PMinject()
and I just haven't seen any use cases apart from legacy apps, but I'm keen to improve it none the less 🙂edvin
10/17/2016, 5:28 PMItemViewModel
is extremely handy. The empty
property can be used to hide the editor in a master/detail construct so easy:edvin
10/17/2016, 5:28 PMcarlw
10/17/2016, 5:29 PMcarlw
10/17/2016, 5:30 PMjchildress
10/17/2016, 5:58 PMedvin
10/17/2016, 6:24 PMedvin
10/17/2016, 6:24 PMedvin
10/17/2016, 6:25 PMedvin
10/17/2016, 6:26 PMedvin
10/17/2016, 6:29 PMItemViewModel
in the todo app, and it made the whole thing much nicer. Now the model and fragment looks like this:edvin
10/17/2016, 6:30 PMmodel.itemProperty.bind(itemProperty)
and the view model will always point to the item the fragment represents.edvin
10/17/2016, 6:30 PMSortedFilteredList
to leverage the editing capabilities of listviewcarlw
10/17/2016, 6:31 PMcarlw
10/17/2016, 6:32 PMcarlw
10/17/2016, 6:32 PMedvin
10/17/2016, 6:32 PMedvin
10/17/2016, 6:32 PMcarlw
10/17/2016, 6:32 PMcarlw
10/17/2016, 6:33 PMedvin
10/17/2016, 6:33 PMcarlw
10/17/2016, 6:34 PMedvin
10/17/2016, 6:36 PM