Leveraging Kotlin for TestsWriting tests can be an important part of developing applications — no matter the type of test, we can leverage Kotlin to improve our…Dec 1, 20211Dec 1, 20211
Introducing Navigation-Material 🧭🎨️Navigation-Compose (well, kinda) has an exciting new feature: Support for bottom sheet destinations!Aug 4, 20216Aug 4, 20216
Published inGoogle Developer ExpertsNavigating in Jetpack ComposeIf you are working on an app, chances are you need some form of navigation. Here’s how to use the Nav library with Compose and how it…Jun 7, 202110Jun 7, 202110
Published inSnapp MobileRunning a Hack DayRecently, some clients asked us about a newly released framework. To get a better idea of it, we ran an internal hack day — here’s how!Dec 1, 2020Dec 1, 2020
Refactoring from LiveData to Coroutines & FlowHow we refactored lots of LiveData and blocked threads to Coroutines and Flow.Aug 24, 20203Aug 24, 20203
Published inProAndroidDevDon’t use LiveData in RepositoriesWe recently joined a new project with heavy LiveData usage, everywhere. Here’s what we learned about LiveData, Threading and Repositories.Jul 15, 202013Jul 15, 202013
Published inSnapp MobileSample Data in Compose PreviewsUse @PreviewParameter to super-power your Composables!Jul 5, 20201Jul 5, 20201
Published inProAndroidDevReplacing Custom Views with View BindingCustom Views can often be overkill. Here’s how we used View Binding as a replacement.Apr 19, 20206Apr 19, 20206
Published inSnapp MobileExploring MotionLayout: Touch RegionsMotionLayout Alpha 5 introduces touch regions for triggering transitions. This article explores the how and why.Apr 27, 2019Apr 27, 2019
Published inSnapp MobileUnder the hood of Kotlin Class DelegationAn article about how you can use Kotlin Class Delegation to de-clutter your code.Apr 9, 2019Apr 9, 2019