Browsing Tag
kotlin
41 posts
Kotlin Infix Notation is Confusing
If you see a method call that have space between, it is likely a Kotlin infix notation. Whenever…
Interview with Top Kotlin Contributors – Highlighting their Contributions to the Google Dev Library
Posted by Swathi Dharshna Subbaraj, Project Coordinator, Google Dev Library In May 2017, Google recognized the potential of…
Multiplatform Settings 1.0.0
Today, I’ve released version 1.0.0 of Multiplatform Settings. That means I’m committed to maintaining the current API surface…
Creating testing-friendly Kotlin services with http4k
Re-configurable electric contraption (Photo by John Barkiple via Unplash) Whether you’re practicing Test-Driven-Development or just creating any kind of…
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…