Compose Multiplatform v1.10.3 is out 🚀
Better matrix transform handling + library updates.
Full released notes:
https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.10.3
Compose Multiplatform v1.10.3 is out 🚀
Better matrix transform handling + library updates.
Full released notes:
https://github.com/JetBrains/compose-multiplatform/releases/tag/v1.10.3
RE: https://kotlin.social/@kotlinweekly/116154060808676305
Congrats - and most of all: A big thank you for 500 weeks of bringing Kotlin related content to our attention!
📢Have you heard about the "Digital independence day"?
At the #39c3 @marcuwekling, @linuzifer and #CCC started the #DIday, a day to come one step closer to #digitalIndependence and away from Big Tech.
📺 Check it out here: https://media.ccc.de/v/39c3-die-kanguru-rebellion-digital-independence-day
Https://di.day

Marc-Uwe Kling liest neues vom Känguru vor. Vielleicht auch was von Elon und Jeff on Mars. Und dann ruft das Känguru zum Digital Indepen...
Ever since I learned about git worktrees one or two years ago, I like to use them. Mostly for switching to colleagues branches on PRs or when pairing or otherwise helping out.
Here's a good post about it by Domen Lanišnik:
https://medium.com/@domen.lanisnik/increase-productivity-with-git-worktrees-as-an-android-developer-c7e8b99eeab5
You want to know which node types in Compose exists and what purpose they fulfill? Well, my latest post covers exactly that
https://www.grokkingandroid.com/the-different-node-types-in-jetpack-compose/
It is actually the start of a series on compose inner workings. And that's all thanks to a colleague of mine who wanted to know more about this.

If you look at Compose it's weird. You have tons of functions that return nothing. Yet the Android documentation says: Composable functions emit UI hierarchy. What does this actually mean? Well, from a functional programming point of view your innocuous looking stateless composable functions create loads of side effects1). Among other things they create nodes. [...] Continue Reading "The Different Node Types in Jetpack Compose"