UkrainianNumberToWord
A simple Jetpack Compose app that converts numbers to the corresponding Ukrainian spelling.
There are still a few things to fix:
- When the TextField is “empty” it still shows the last number used. That’s because of the regex used to ignore special characters.
- It should use Double instead of Long so it allows decimals, though it’s not really useful.
The app has two classes, the main one with the composables, and a second class with the function to convert into spelling, which may have import conflicts if used in the same class as composables.