ghedeon
02/10/2019, 10:31 PMRouter/Navigator
pattern in your apps? If yes, do you inject it into the ViewModel or activity? I've been using it for a while, for the sake of SRP and stuff.. but honestly it's tightly coupled with activity/fragment anyways (context, animations, fragmentManager, etc) so I hardly see any benefit of another abstraction.sngrekov
02/11/2019, 8:17 AM