Sebastian Sellmairblog.sellmair.io·Dec 19, 2024Say Hello to 'Compose Hot Reload' (Firework)Disclaimer: This is a public version of an internal blog post within JetBrains. Some parts were removed to save some surprises for later. Video Version: https://youtu.be/I_FMnPaEBEA Gullible me; I posted a screen recording into the #kotlin-random Sla...5 likes·3.1K readscompose
Alpha Dialloblog.alphaomardiallo.com·Dec 17, 2024Compose Multiplatform Theming: A Comprehensive Guide to CustomizationI have been working with Compose Multiplatform for a few days, and I struggle to find the correct resources to learn about theming for Compose Multiplatform. Here is how I do it—it’s not perfect, and it’s not the only solution, but it’s mine. Gradle ...compose multiplatform
Emediong Bassey Etimeminentprofit.hashnode.dev·Dec 16, 2024Flat.ioCreate Beautiful Sheet Music Online with Flat.io In today's digital world, making and sharing music has changed a lot. Flat.io is a web platform that has made a big impact. It lets musicians of all levels create beautiful sheet music easily from thei...Music composer
Matt Dyormattdyor.hashnode.dev·Nov 30, 2024Adding DataStore to a Kotlin Multiplatform ProjectOverview In this tutorial, I am speed running through adding a DataStore to a Kotlin Multiplatform Compose project to persistently track a counter. This guide is based on Philipp Lackner's YouTube video and his GitHub repository. Prerequisites Basi...Kotlin Multiplatform
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...10 likes·33 readsJetpack 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...44 readsCompose Multiplatform Navigation Reviewcompose multiplatform
Michał Konkelmichalkonkel.dev·Oct 9, 2024Compose Multiplatform Navigation Solutions - AppyxIn 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. I...Compose Multiplatform Navigation Reviewappyx
Abdullah Zaiterzaitech.blog·Oct 7, 2024Building a Real-Time Chat AppIntroduction Real-time chat features have become essential for modern apps in our hyper-connected world. Whether it’s customer support, social networking, or team collaboration, users expect instant messaging that just works seamlessly. But let’s fac...4 likes·108 readskmp
Nikola Despotoskinikolad.hashnode.dev·Sep 13, 2024Pass 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...91 readsAndroid
Michał Konkelmichalkonkel.dev·Sep 9, 2024Compose Multiplatform Navigation Solutions - VoyagerIn the upcoming posts, I will thoroughly explore several popular navigation libraries used in Compose Multiplatform projects. Today's post is about the Voyager library. Choosing a navigation library for your Compose Multiplatform project can be a cha...54 readsCompose Multiplatform Navigation Reviewcompose multiplatform