Canopascanopas.hashnode.dev·7 hours agoGoogle Maps In Jetpack Compose: All You Need To KnowBackground Integrating Google Maps into your Jetpack Compose application can significantly enhance the user experience by providing interactive and dynamic geographical information. In this blog post, we’ll show you how to add a map to your app, cont...DiscussJetpack Compose
Nikola Despotoskinikolad.hashnode.dev·11 hours agoPass data in the Modifier tree and beyondOne of the reasons why the order of Modifiers is important could be summed by passing data from one modifier node to other nodes right of it. Why to the right? You can pass data from a node in the tree to the right along the modifier chain. Modifiers...Discuss·38 readsAndroid
Mukesh Rajputrajputmukesh748.hashnode.dev·Sep 10, 2024Understanding Coroutines in Kotlin: Simplify Asynchronous Programming in AndroidIntroduction Asynchronous programming can be challenging, especially when dealing with multiple tasks like network requests, database operations, and UI updates in Android. Kotlin Coroutines offer a solution to simplify this process, allowing you to ...Discuss·10 likesKotlin
Mukesh Rajputrajputmukesh748.hashnode.dev·Aug 31, 2024Making a Multipart API Call in Ktor with Jetpack Compose: A Simple GuideIn 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 and Jetpack Compose, it’s simpler than you think. In this post, we’ll walk through how to make a multi...Discuss·10 likesktor
Mukesh Rajputrajputmukesh748.hashnode.dev·Aug 26, 2024Making API Calls in Android with KtorWhen developing Android applications, handling network operations is a common task. Ktor, a Kotlin-based HTTP client library, provides a robust and flexible way to make API calls. In this guide, we’ll walk through how to use Ktor to fetch data from a...Discussktor
Mukesh Rajputrajputmukesh748.hashnode.dev·Aug 19, 2024Loading Images with Coil in Android: XML and Jetpack ComposeIntroduction Loading images efficiently is a crucial aspect of Android development. While there are several libraries available, Coil (Coroutine Image Loader) stands out for its simplicity, performance, and native Kotlin support. In this post, we’ll ...Discuss·10 likesCoil
Mukesh Rajputrajputmukesh748.hashnode.dev·Aug 16, 2024Understanding MVI Architecture in Android Jetpack ComposeIf you’re building Android apps with Jetpack Compose, you might have heard about different ways to organize your code. One popular method is called Model-View-Intent (MVI). Let’s break down what MVI is and how it works with Jetpack Compose in easy-to...Discuss·10 likesJetpack Compose
Romman Sabbirrommansabbir.com·Aug 13, 2024Why not JetPack Compose with DiffUtil?DiffUtil is a tool in Android's RecyclerView library that helps update lists efficiently. It compares an old list with a new list to find the differences. Instead of replacing the whole list and redrawing everything, DiffUtil figures out the smallest...Discuss·10 likes·179 readsAndroid Application DevelopmentAndroid
Hariom OPhariomop.hashnode.dev·Aug 12, 20247 Key Tips for Building Jetpack Composables 🚀Jetpack Compose is Google's modern toolkit for creating native Android UI. If you're starting to build your composables, some best practices can help make your development process smoother and your code cleaner. Let's explore seven essential tips to ...DiscussKotlin
Hariom OPhariomop.hashnode.dev·Aug 11, 2024🌟 Jetpack Compose: The Modern UI Toolkit for Android DevelopmentJetpack Compose is revolutionizing how developers build UI for Android applications. With its modern approach to building user interfaces, Jetpack Compose simplifies the development process and enhances productivity. Let’s dive deep into what Jetpack...DiscussJetpack Compose