Aaron Bond
08/13/2018, 10:59 PMmuralimohan962
08/14/2018, 6:12 AMCan Orhan
08/14/2018, 8:29 AMBMG
08/14/2018, 8:38 AMrkeazor
08/14/2018, 10:11 AMrook
08/14/2018, 2:38 PMAaron Bond
08/14/2018, 11:12 PMCan Orhan
08/15/2018, 7:56 AMrook
08/15/2018, 2:51 PMSupportFragmentManager
and a pretty brittle interface to all the things we normally rely on in an Activity or Fragment, like context, layout, etc. Our code is littered with null checks in order to interact with the root view component for a Controller
. There’s also a bit of overhead introduced by their own lifecycle architecture. While not overly burdensome, it is something to take into consideration that you now have Android lifecycle and Conductor lifecycle to account for when trying to organize your code to run at certain moments.Can Orhan
08/15/2018, 2:53 PM