Version 1.1.0 of my library HTML Converter for Compose Multiplatform is now available!
It includes optional colored text support and targets all previously missing platforms: Javascript, WASM and native Mac OS.
https://github.com/cbeyls/HtmlConverterCompose/blob/main/CHANGELOG.md#version-110
OK, I published jetc.dev Newsletter Issue #269! Compose Multiplatform! @skydoves on server-defined UI! OpenGL in Compose Multiplatform! Collecting signatures! And... can we start off with a bit of focus?!? https://jetc.dev/issues/269 #JetpackCompose #AndroidDev
Hey, I just mailed out jetc.dev Newsletter Issue #267! Navigation for Compose! @lojanda on what's new in Compose! @navczydev on accessibility testing! Snackbars and channels! Overscroll! And... can we tie a ribbon on it?!? https://jetc.dev/issues/267 #JetpackCompose #AndroidDev
Curious what it looks like to call #Kotlin or Java from your native #Swift with Skip? How about embedding #JetpackCompose in your #SwiftUI on Android, like this Google maps integration? This doc chapter has you covered
https://skip.tools/docs/platformcustomization/
I know it's Saturday, but does anyone in the #AndroidDev community know how to animate from ExtendedFAB to FAB when scrolling like it does on the left?
This is it in a compose-sample project and for the life of me I can't find the code where this is in the repo of it to see.
My app (Right) just jitters from ExtendedFAB to FAB.
Thanks in advance!
I just mailed out jetc.dev Newsletter Issue #262! Paging! Accessibility! Tooltips! Effects! And... Amazon has *another* app platform?!? https://jetc.dev/issues/262 #JetpackCompose #AndroidDev
Aus aktuellem Anlass: Jobsuche
Sucht jemand im Raum Berlin/Potsdam gerade einen Softwareentwickler im Bereich:
-#Android/#Kotlin mit #JetpackCompose
-#Spring #Backend mit #Java oder Kotlin
-#Webfrontend mit #Typescript #VueJS
Zuletzt hatte ich vor allem im Bereich Medizinanwendungen (DIGA) zu tun und bin natürlich offen für andere Tech-Stacks
Gerne #boost für Reichweite
#Followerpower
And more generally, why are so many UI toolkits allergic to making centering discoverable/easy?
HTML is famous for making it damn near impossible, and while it's easy and very little code in Compose, it's extremely not obvious to new learners.
Do any of you who work in large codebases have something like this?
I've been seeing people drop down into BoxWithConstraints to do centering math and I suspect it's because Compose's centering idiom is so hard to discover.
https://gist.github.com/zach-klippenstein/07a77c643ecf71be11c8fa3fab14e351
TIL: If you think you can implement a coroutine dispatcher by merely implementing ContinuationInterceptor, you're wrong.
If you don't subclass CoroutineDispatcher instead, you will break ThreadContextElement.
Anyway, Snapshot.asContextElement() is broken in Compose UI tests. Oops, my bad.
At this years company #hackathon our project team created a proof of concept #KotlinMultiplatform and #ComposeMultiplatform app for #Android, #iOS & desktop with a single code base for data layer, business logic and UI, well, for everything!
Within three days we were able to create a simple but functional application from scratch that accesses a #Firebase backend.
Still some rough edges on iOS but the future is bright for Kotlin Multiplatform!
New article out now
Recreate @Flipboard 's page fold animation in #JetpackCompose and implement it in vertical orientation as well.
https://www.sinasamaki.com/page-flip-3d-animation-in-jetpack-compose
If I would write a new mobile app... I would use... (?)
(Please boost! I'm really interested in the opinions)
I am so excited for this to land!! Once again, absolutely incredible work by Doris.
#JetpackCompose #AndroidDev
https://androiddev.social/@skydoves/112130848827942980
The BasicTextField2 main design doc is currently 70 pages (8½ x 11).
What do you mean we can't review it in two hours…
#AndroidDev #JetpackCompose ackCompose
My newest article for Kodeco is out, and if you’ve been putting off learning Jetpack Compose — the now-preferred way of building UIs for Android apps, I can help you get started!
#Android #JetpackCompose #Kotlin #mobile #programming #Kodeco #tutorial
https://www.kodeco.com/40153513-jetpack-compose-tutorial-for-android-getting-started
I'm really excited to use #JetpackCompose on my next project, does anyone have any "wow, when I learned this, it made such a difference" advice? I've been going through the Google pathways on it and so far I'm most excited about dropping list adapters/recycler views.