david.vavra
10/25/2019, 6:23 PM+vectorResource(R.drawable.ic_face_primary_24dp). When it should be used and when not? Couldn't find it in the tutorial or ADS talks.Fudge
10/25/2019, 6:24 PMFudge
10/25/2019, 6:25 PMdavid.vavra
10/25/2019, 6:25 PMwasyl
10/25/2019, 7:00 PM+ is analogous to @Model on the class — it tells Compose to treat this call different than simple function callsAdam Powell
10/25/2019, 7:47 PM+ is kind of like an operator invoke for effects. The functions that return effects just return an object for the effect and the + says, "add it into the composition here"Adam Powell
10/25/2019, 7:48 PM