Tag: kotlin
All the articles with the tag "kotlin".
-
Android remote logging to Airtable using Timber
Have you ever needed to save your Android Logcat logs for later analysis? You can achieve this using Timber and service that has REST API
-
Using SQLDelight 2.0 with PostgreSQL for JVM
How to create data source to connect to PostgreSQL database and work with SQLDelight 2.0
-
Kotlin coroutines error handling strategy — `runCatching` and `Result` class
Use Kotlin’s standard function `runCatching` API to handle errors from standard or coroutines functions.
-
Clickable link text for Android TextView — Kotlin Extension
Recently I have had to create UI that required user tappable/clickable text in the same text view. I know this is kind of unusual as the…
-
Impact on Android dex limit when using Kotlin
I’ve been following Kotlin for a while, and after Google I/O 17 announcement it became the officially supported language for Android.