Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
⚙️ Kotlin Coroutines Cheat Sheet (For Android Devs) I like to share content that I use...
Why this article? I've built 15+ apps and read thousands of articles on Kotlin Dev, and...
⚠️ IMPORTANT UPDATE: This article describes behavior from Kotlin coroutines versions prior to 0.27.0...
1 – Introdução À medida que a complexidade das aplicações cresce, lidar com múltiplos...
1 – Introduction As the complexity of applications grows, handling multiple asynchronous...
1 – Introduction Both threads and coroutines handle concurrent tasks, but in very...
1 – Introdução Entender os conceitos de programação assíncrona é essencial, mas aplicar...
1 – Introduction Managing the lifecycle of coroutines is one of the most important aspects...
Introdução Nos últimos anos, a comunidade Java tem testemunhado uma evolução significativa na forma...
1 – Introdução Testar código assíncrono é, muitas vezes, um desafio. Funções que utilizam...
1 – Introdução As corrotinas no Kotlin são uma solução moderna para programação...
Kapper, Kotlin's most lightweight and idiomatic ORM library brings more Kotlin goodness with support...
1 – Introduction Understanding the concepts of asynchronous programming is essential, but...
1 – Introdução Embora o Kotlin tenha introduzido corrotinas como uma forma mais moderna e...
1 – Introdução Ao trabalhar com corrotinas no Kotlin, existem métodos utilitários e...
1 – Introdução Tanto as threads quanto as corrotinas lidam com tarefas concorrentes, mas...
1 – Introduction Although Kotlin introduced coroutines as a more modern and efficient way...
1 – Introduction Coroutines in Kotlin are a modern solution for asynchronous programming....
1 – Introduction Testing asynchronous code can be challenging. Functions that use...
1 – Introduction When working with coroutines in Kotlin , there are utility methods and...
1 – Introdução Gerenciar o ciclo de vida de corrotinas é um dos aspectos mais importantes...
Assuming the 5 year old already knows Threads ;-) A coroutine is an instance of suspendable...
A (click)bait? Let me explain. Take a look at this simple code. Can you predict what will be...