Browsing Tag
kotlin
43 posts
Kotlin Coroutine mechanisms: runBlocking v. launch
Introduction to coroutine behavior through playful examples Sometimes you think you know coroutines and then after a while, you’re…
Jetpack Compose Mastery Series Finale: 38 Key Issues in Compose UI
Preface Jetpack Compose is a modern UI development framework for Android that uses a declarative approach to build…
How to add text similarity to your Android applications easily using MediaPipe and Kotlin
Machine learning is everywhere when using a mobile app: recommending people or products, detecting people or tags in…
Android DevOps CI/CD Pipeline Architecture 📲⚙️
Hello there! Android devs👋, This article how to develop and maintain easy building, flexible maintenance, automated deployment and…
Explorando os Conceitos Básicos do Kotlin: Parte I
💟 Eai, como cês tão? Essa é a primeira parte de um conteúdo que será dividido em duas…
Jetpack Compose for Maps
This post is based off a talk given at Google I/O Extended for Google Developers Group London in…
Unleashing the Power of Jetpack DataStore – Kotlin: Elevate Your Android App’s Data Storage Experience
Introduction In the realm of Android app development, data storage reigns supreme as a critical aspect that demands…
Kotlin’s Interoperability: Impact on Android Dev Choice?
How has Kotlin’s interoperability with Java influenced your decision to adopt Kotlin in Android development or other projects?…
Crash Course on the Kotlin Compiler | K1 + K2 Frontends, Backends
Quick detour on why there are so many versions and how it affects data transformations in the compiler Perhaps…
HTTP chunk requests with Android and ktor
In this very short article, I will explain briefly what is a chunk or streamed HTTP request, what…