We’re developing a hybrid Jetpack Compose application. It’s comprised of one Activity
and several Fragments
. Each fragment includes a ComposeView
directly as the entire screen is built with Compose. But how do we write tests for this?
Programmatically laying out views in ConstraintLayout with Flow
Rotating the phone to landscape caused users of the app to experience a suboptimal experience. Turns out we had some legacy code that was manually calculating the size and position of each “chip”. 😱
Continue ReadingTalk: Musings on Kotlin Multiplatform Mobile
In this talk, I share my initial thoughts on Kotlin Multiplatform Mobile (KMM). I walk through how I started on this journey. I also compare my experience with KMM to that of working with Flutter. Flutter is another cross-platform solution that I’ve worked with in the past.
Resources:
- Getting Started with KMM
- Sample App: Todo with KMM
- Sample App: KaMP Kit
- Xcode Plugin from Touchlab
- Kotlin/Native interoperability with Swift/Objective-C
- Kotlin Multiplatform YouTube Playlist
Recordings
- None yet
Using Code Commits as Clues
Everyone’s busy. Code is committed every day. Yet the feature fails to ship. Have you ever had this happen on your team? No doubt. But how can you figure out what’s holding the team back? Code commits.
Continue Reading