Halil Ozercan
halilibo.com
Halil Ozercan
@halilibo.com
Compose Text
1.9.0-beta01 brings addStyle to OutputTransformation. This is just the start btw, more to come soon.
June 20, 2025 at 10:31 AM
I couldn't resist implementing this design I saw on Twitter using shared element API in Jetpack Compose.
April 19, 2025 at 7:13 PM
I don't think this is what Compose Multiplatform's supposed to be 😅

Termux, Termux X11, proot debian, xfce4 desktop.

IDEA works very well and is quite responsive. Next up; compiling compose-richtext and actually running the android app on the phone.
December 20, 2024 at 2:34 AM
November 11, 2024 at 1:31 AM
I think I finally solved it and it didn't even require a structural change. I simply changed how enter exit animation is done for the shared element so the entering view has time to prepare itself before being visible. Code in the next reply.
November 7, 2024 at 1:27 AM
A very simple demo of just adding a `sharedElement` modifier between screens using Compose Navigation. Yes, the video player is separately composed between pages. Also the currently playing item animation is a shared element.

Btw this is on Android TV. Compose works its magic everywhere.
November 3, 2024 at 10:55 PM