A simple Jetpack Compose app that converts numbers to the corresponding Ukrainian spelling

UkrainianNumberToWord

A simple Jetpack Compose app that converts numbers to the corresponding Ukrainian spelling.

There are still a few things to fix:

  1. When the TextField is “empty” it still shows the last number used. That’s because of the regex used to ignore special characters.
  2. 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.

GitHub

View Github