#kotlin
Read more stories on Hashnode
Articles with this tag
What Are async and await? In Kotlin, the async function is used to launch a coroutine that performs some asynchronous task. It returns a Deferred...
Understanding Exceptions in Coroutines Exceptions in coroutines are handled a little differently compared to traditional try-catch blocks. The...
If you’ve been developing Android apps with Kotlin, you’ve likely come across the term “suspend” when diving into coroutines. At first, it might seem...
In modern Android development, handling data streams and asynchronous tasks is crucial, especially when dealing with real-time data updates, network...
Introduction Asynchronous programming can be challenging, especially when dealing with multiple tasks like network requests, database operations, and...
Introduction Loading images efficiently is a crucial aspect of Android development. While there are several libraries available, Coil (Coroutine Image...