Shreyas Patilblog.shreyaspatil.dev·Nov 19, 2024Benchmark Insights: Direct State Propagation vs. Lambda-based State in Jetpack ComposeHey composers 👋🏻, welcome to this analysis blog! Here, we'll dive into some benchmark analysis on the state propagation approach in Jetpack Compose and try to reach some conclusions. This might be a bit opinionated, but feel free to share your thou...Discuss·1 like·1.4K reads#AndroidDevAndroid
Aditya Dascodingandlearning.hashnode.dev·Nov 11, 2024Mastering Animations in Jetpack Compose: A Comprehensive GuideAnimation brings life to your Android applications, transforming static UIs into dynamic, engaging experiences. In this comprehensive guide, we'll explore the powerful animation capabilities of Jetpack Compose, breaking down different types of animat...Discuss·10 likes·31 readsJetpack Compose
Shreyas Patilblog.shreyaspatil.dev·Nov 11, 2024Skipping the invocation of intermediate composablesHey Composers 👋🏻, Jetpack Compose is now standard in Android app development, making performance optimization with Jetpack Compose an important topic. This is a short blog about recomposition optimization, where I'll walk you through the concept of...Discuss·3 likes·2.6K reads#AndroidDevcompose-compiler
Mukund Jogimukundjogi.hashnode.dev·Nov 11, 2024The Secret to Easy API Calls: Interceptors in SwiftUI, Compose, and FlutterImagine building an app that needs to fetch data from a server. You'd write code to make API calls, parse the data, and handle any errors. This can be a lot of repetitive code, especially if you're using the same API calls in different parts of your ...DiscussMagic of Declarative UIMobile Development
Sagnik Mukherjeesagnikmukherjee.hashnode.dev·Nov 5, 2024Passing Data with Serializable: Navigation with Arguments in Jetpack Compose 🚀Before we dive in, be sure to check out my previous post on basic screen navigation in Jetpack Compose! Now, let’s explore how to pass data between screens using Serializable. Suppose we want to input data in Screen A (like a name and age) and retrie...DiscussJetpack Compose
Michał Konkelmichalkonkel.dev·Nov 4, 2024Compose Multiplatform Navigation Solutions - JetpackCompose NavigationIn the upcoming posts, I will thoroughly explore several popular navigation libraries that are essential for effective app development. These libraries play a crucial role in managing app navigation, ensuring a smooth and intuitive user experience. N...DiscussCompose Multiplatform Navigation Reviewcompose multiplatform
Sandra Kuriatechwithsandy.hashnode.dev·Oct 25, 2024Design to Code conversion using RelayWhen you hear the word “Relay”, you may picture a track race where runners sprint as fast as they can to hand off a baton to the next teammate In this article, we’ll discuss a different kind of Relay - one that could potentially accelerate your app ...Discuss·1 like·85 readsAndroid
Canopascanopas.hashnode.dev·Oct 25, 2024How To Create a Parallax Movie Pager In Jetpack ComposeIntroduction Parallax animations can make any app interface stand out by adding depth and interactivity. In this blog post, we'll build a movie pager with a cool parallax effect using Jetpack Compose. You'll learn how to create smooth scrolling effec...DiscussKotlin
Mukund Jogimukundjogi.hashnode.dev·Oct 23, 2024Declarative UI Power: How SwiftUI, Compose, and Flutter Handle Time-Sensitive TasksHey, imagine you're building a house. With a declarative approach, you don't tell the builders to "hammer a nail here, then put a brick there." Instead, you give them a blueprint. "Here's how the house should look," you say. The builders figure out h...DiscussMagic of Declarative UIFlutter
Jov Mitjovchem.hashnode.dev·Oct 19, 2024LazyX in Jetpack ComposeIn the previous article, Scrollable Containers in Jetpack Compose, we explored the possibility of enabling scroll on any composable. We also mentioned that in situations where we have a long list of items to scroll, it is much more optimal to use a L...DiscussJetpack ComposeJetpack Compose