https://kotlinlang.org logo
g

gumil

01/25/2019, 1:59 PM
Do you guys adapted Netflix’s componentization?
g

ghedeon

01/25/2019, 2:09 PM
Have never heard of it before, but I see the
EventBusFactory
in their examples, it's official now, we've done the full circle! 😄
g

gumil

01/25/2019, 2:34 PM
It’s a nice idea though with the components to handle views and fragments/activities to only handle lifecycle
g

ghedeon

01/25/2019, 8:09 PM
ok, I've checked the video, there is nothing to adapt here, people were doing it for years. Everybody at some point starts splitting the screen into smaller isolated pieces (Mortar from Square, etc). Basically, a custom view, wrapped into some View interface with its own ViewModel (Presenter). Also, not everybody needs his A/B testing case with xml constraints in the code... Plus Rx in the views.. meh.
8 Views