PinnedMarco Cattaneo·Dec 20, 2023How to handle single-event in Jetpack ComposeBest practices of handling single events inside your Compose applicationA response icon11A response icon11
PinnedInProAndroidDevbyMarco Cattaneo·Oct 27, 2022State Machine on Jetpack Compose by using FlowReduxWhy do we need a state machine on Jetpack Compose? Let’s start from the basics!A response icon1A response icon1
InProAndroidDevbyMarco Cattaneo·Oct 4, 2021Jetpack Compose with Robot Testing PatternJetpack Compose uses semantics to interact with the UI hierarchy, the purpose of this article is to use it with Robot Testing PatternA response icon1A response icon1
InThe StartupbyMarco Cattaneo·Dec 22, 2020How to Use Firebase Realtime Database With Kotlin Coroutine FlowHow wrap Firebase Realtime Database implementation inside FlowA response icon4A response icon4
Marco Cattaneo·Apr 25, 2020How cook a Cron job with the Firebase FunctionsHow to create a scheduled job (like a Unix Cron job) and execute it with the Google Firebase Functions.A response icon1A response icon1
Marco Cattaneo·Mar 29, 2020Kotlin Unit Testing with MockkMockk is a Kotlin Library for mocking inside the Unit Test. We will see the most common scenarios.A response icon1A response icon1
Marco Cattaneo·Apr 10, 2019How use and test Kotlin Coroutines with Mockk libraryCreate and test a Kotlin Coroutine inside an Android Project with ViewModelA response icon4A response icon4
Marco Cattaneo·Oct 24, 2018Unit Testing with Mockito on Kotlin Android Project with Architecture ComponentsUse Mockito in Kotlin to test a Android Architecture ViewModelA response icon1A response icon1
Marco Cattaneo·May 5, 2018Android ViewModel and FactoryProvider: good way to manage it with Dagger 2How use ViewModelFactory with multibindings.A response icon16A response icon16