Alex Zhukovich
alexzh.com
Alex Zhukovich
@alexzh.com
Did you know that the OutputTransformation API lets you format text fields in Jetpack Compose in real time?

Here's how to improve entering a card number. You can also use it for phone numbers, dates, postcodes, and more.

Do you already use OutputTransformation in your project?
October 24, 2025 at 4:30 AM
Are you looking for a simple way to give access to important actions and keep the UI clean? Then, try HorizontalFloatingToolbar. It was recently released as part of Material 3 Expressive components.

⚠️ Currently in alpha

#AndroidDev #MaterialDesign #JetpackCompose
June 17, 2025 at 4:30 AM
Recently, Jetpack Compose 1.8.0 was released and it allows to adjust the text size to the size of the container.

Jetpack Compose 1.8.0 is available as part of the BOM: 2025.04.01

implementation(platform("androidx.compose:compose-bom:2025.04.01"))
April 25, 2025 at 7:23 AM