InProAndroidDevbyFabio Collini·Sep 30, 2021ViewModels using Compose: MutableStateFlows or MutableStates?State hoisting is an important concept useful to make a Composable stateless (and so easily reusable). The official Compose documentation…A response icon3A response icon3
InProAndroidDevbyFabio Collini·Apr 8, 2020Dagger dependencies beyond the basicsDagger is one of the most polarizing subjects in the Android community, either you love it, or you hate it. Some developers love it and…A response icon2A response icon2
InProAndroidDevbyFabio Collini·Oct 2, 2019From Dagger components to manual dependency injectionDagger is a great framework that has changed the way we have written Android apps in the latest years. Using Dagger we don’t need to write…