PinnedHow to handle single-event in Jetpack ComposeBest practices of handling single events inside your Compose applicationDec 20, 202377811Dec 20, 202377811
PinnedPublished inProAndroidDevState Machine on Jetpack Compose by using FlowReduxWhy do we need a state machine on Jetpack Compose? Let’s start from the basics!Oct 27, 20221741Oct 27, 20221741
Published inProAndroidDevJetpack 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 PatternOct 4, 20211901Oct 4, 20211901
Published inThe StartupHow to Use Firebase Realtime Database With Kotlin Coroutine FlowHow wrap Firebase Realtime Database implementation inside FlowDec 22, 20203094Dec 22, 20203094
How 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.Apr 25, 2020321Apr 25, 2020321
Kotlin Unit Testing with MockkMockk is a Kotlin Library for mocking inside the Unit Test. We will see the most common scenarios.Mar 29, 20202111Mar 29, 20202111
Kotlin Coroutine Job LifecycleHow manage the Lifecycle of a Coroutine JobJan 2, 2020279Jan 2, 2020279
How use and test Kotlin Coroutines with Mockk libraryCreate and test a Kotlin Coroutine inside an Android Project with ViewModelApr 10, 20192414Apr 10, 20192414
Unit Testing with Mockito on Kotlin Android Project with Architecture ComponentsUse Mockito in Kotlin to test a Android Architecture ViewModelOct 24, 20184501Oct 24, 20184501
Android ViewModel and FactoryProvider: good way to manage it with Dagger 2How use ViewModelFactory with multibindings.May 5, 20181.5K16May 5, 20181.5K16
Integrate Dagger 2 with Room Persistence Library in few linesDuring the Google IO 2017 was showed the Android Architecture Components, in this libraries set we can find Room, Room is an ORM created by…Sep 22, 201710Sep 22, 201710
DBFlow 4 — part 2 : Relations and QueriesIn DBFlow Part 1 we have seen how create a database and how populate it with tables, also we have explained what kind of data types exists…Jun 18, 20172Jun 18, 20172
DBFlow 4 — part 1 : Getting StartedThis guide is dedicated to Android Developer who know how sqlite works and want to stop to write boilerplate code. How many times you start…May 31, 20171May 31, 20171
Geofencing con Google Play Service AndroidSpesso mi è capitato di dover realizzare applicazioni Android con la necessità di confrontare la propria posizione con quella di alcuni…Jan 17, 2017Jan 17, 2017