InAndroid DevelopersbyManuel VivoHilt — Adding components to the hierarchyYou can create a component with a Hilt component as a parent and access its scoped types using entry points.Jul 9, 20205Jul 9, 20205
InAndroid DevelopersbyManuel VivoDependency injection on Android with HiltJetpack’s recommended library for DIJun 10, 202012Jun 10, 202012
InAndroid DevelopersbyManuel VivoScoping in Android and HiltScoping an object A to another object B means that throughout the lifecycle of B, it’ll always have the same instance of A. When it comes…Jul 21, 20208Jul 21, 20208