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, 2021A response icon1Dec 1, 2021A response icon1
Introducing Navigation-Material 🧭🎨️Navigation-Compose (well, kinda) has an exciting new feature: Support for bottom sheet destinations!Aug 4, 2021A response icon6Aug 4, 2021A response icon6
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, 2021A response icon10Jun 7, 2021A response icon10
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, 2020A response icon3Aug 24, 2020A response icon3
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, 2020A response icon13Jul 15, 2020A response icon13
Published inSnapp MobileSample Data in Compose PreviewsUse @PreviewParameter to super-power your Composables!Jul 5, 2020A response icon1Jul 5, 2020A response icon1
Published inProAndroidDevReplacing Custom Views with View BindingCustom Views can often be overkill. Here’s how we used View Binding as a replacement.Apr 19, 2020A response icon6Apr 19, 2020A response icon6
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