#jetpack-compose
Read more stories on Hashnode
Articles with this tag
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...
Introduction Asynchronous programming can be challenging, especially when dealing with multiple tasks like network requests, database operations, and...
In Android development, you might encounter scenarios where you need to send images or other files to a server. This can seem tricky, but with Ktor...
When developing Android applications, handling network operations is a common task. Ktor, a Kotlin-based HTTP client library, provides a robust and...
Introduction Loading images efficiently is a crucial aspect of Android development. While there are several libraries available, Coil (Coroutine Image...
If you’re building Android apps with Jetpack Compose, you might have heard about different ways to organize your code. One popular method is called...