ok, who cares
I want to end up in the official kmp samples list with my risuto.app project
let's say.. by the end of 2023 year
blog started
I want to end up in the official kmp samples list with my risuto.app project
let's say.. by the end of 2023 year
blog started
Android java moment
https://fragmentedpodcast.com/episodes/249
https://fragmentedpodcast.com/episodes/249
Fragmented
249 - Java and the JDK: Powering the Android Landscape with Michael Bailey
Download
In this episode of our podcast, we explore the diverse landscape of Java versions within the Android ecosystem. Our guest is Michael Bailey, a seasoned Java expert who has been a frequent presence on our show since the early days of our podcast.…
In this episode of our podcast, we explore the diverse landscape of Java versions within the Android ecosystem. Our guest is Michael Bailey, a seasoned Java expert who has been a frequent presence on our show since the early days of our podcast.…
senk0n lab
ok, who cares I want to end up in the official kmp samples list with my risuto.app project let's say.. by the end of 2023 year blog started
btw it's public already, check the branches
Any recommendations in regards to architecture are welcome 🥺
cuz after KMP migration I'll consider making some changes if it improves the KMP experience
Any recommendations in regards to architecture are welcome 🥺
cuz after KMP migration I'll consider making some changes if it improves the KMP experience
This media is not supported in your browser
VIEW IN TELEGRAM
today I discovered that breakpoint is draggable 😵
Please open Telegram to view this post
VIEW IN TELEGRAM
🤔2
btw next kotlinconf.com 2024 will take place in Copenhagen
what a surprise, I don't need to fly anywhere(sad a bit tbh)
what a surprise, I don't need to fly anywhere
New K2 compiler in kmp compose 1.5.0 failed on my generic providers for composable functions :(
Doesn't allow me to execute a composable method from the interface in crossinlined lambda (like here)
Doesn't allow me to execute a composable method from the interface in crossinlined lambda (like here)
😢1
fixed accessibility to whole compose tree in layout inspector for android ☺️
(just swapped compiler to android's one for that target)
Please open Telegram to view this post
VIEW IN TELEGRAM
decompose todoapp sample was removed from kmp-compose repo 🐹
Please open Telegram to view this post
VIEW IN TELEGRAM
senk0n lab
fixed accessibility to whole compose tree in layout inspector for android ☺️ (just swapped compiler to android's one for that target)
Oh shit, apparently it's not a common knowledge
https://github.com/JetBrains/compose-multiplatform/issues/2914#issuecomment-1697083407
https://github.com/JetBrains/compose-multiplatform/issues/2914#issuecomment-1697083407
GitHub
Support for Layout Inspector for Android · Issue #2914 · JetBrains/compose-multiplatform
Android Studio is not able to open the hierarchy tree or recomposition count when running using the Android libraries from Jetbrains Compose/Compose Multiplatform. Having access to this tools would...
shiieeet, I want to use moko-resources, but they haven't fixed support of kt 1.9.0 && compose mp 1.5.0 yet ...
iOS app still crashes on startup ((
so instead I can temporarily make use of libres, which generates object singletons with strings, returns them directly and checks device's locale only once at this operation😵 (thus, UI doesn't reacts to locale change during runtime)
it feels like flutter experience, but at least you don't write these classes by yourself, I mean, it's still not a bEsT solution.
iOS app still crashes on startup ((
so instead I can temporarily make use of libres, which generates object singletons with strings, returns them directly and checks device's locale only once at this operation
it feels like flutter experience, but at least you don't write these classes by yourself, I mean, it's still not a bEsT solution.
Please open Telegram to view this post
VIEW IN TELEGRAM
are context receivers just a syntax sugar for generics with several upper bounds? 🤔