Browsing Tag
kotlin
37 posts
Samples of Using KMMBridge
What is KMM Bridge? KMMBridge is a Gradle plugin by Touchlab that aims to simplify the process of…
Creating Tinder like card feature with Android Compose
Introduction Hello! In this tutorial I will be showing you how to create the card swipe feature that…
Performance Considerations for Memory Leaks: An Android Cookbook
A quick reference guide loosely based on “Programming Kotlin with Android: Programming Kotlin with Android” Out in the wild,…
Introducing KMMBridge For Teams
Introducing KMMBridge for Teams Today we are announcing KMMBridge, part of Touchlab’s new Faktory1 tooling suite. This set…
Simple Google Map App – Jetpack Compose
Step-by-step guides to implement Google Map app using Jetpack Compose components for the Android Maps SDK This article…
KSP for Code-Generation
Photo by Birmingham Museums Trust on Unsplash As a developer, what we’re doing every day is writing code. Not…
How to reuse data for previews in Jetpack Compose
Jetpack Compose is a newer UI toolkit to build wonder screens on android native. This toolkit simplifies and…