Tag: TextFields

Editing currency TextFields in Jetpack Compose

Working on Android with currencies is fairly easy. There are built-in components that tell what is the default currency for our device, currency formatters, etc. Displaying currencies is easy. However, I have stumbled upon a challenge working on a new app feature. I had to make a TextField that d...