Kotlin

Building a Figma plugin using Kotlin

Unless you're living under a rock, you might have heard of or used Figma before, whether to design or for handoff, it's a collaborative design tool built using web technologies. It's a fantastic

Adopting Jetpack Compose ComposeView

Using Compose UI in the existing codebase in important to iteratively migrating over to Compose. Let's take a look at how you can use `ComposeView` and `AbstractComposeView` to do that.

Adopting Jetpack Compose Theming

So now that Jetpack Compose is stable, let's look at how you can start adopting Compose to your existing project. Starting with theming 🎨

QR Scanning using CameraX

QR scanning is a common camera use case that developers want to implement in their apps, with CameraX & zxing it's easy to implement.