I have a small
unit converter.
It has 2 edittexts and two spinners.
The user needs to input a value (edittext 1) and choose to convert from one unit (spinner 1) to another unit (spinner 2).
The problem is that the converted value (edittext 2) only works when the input is changed,
when the user selects different units for the spinner the converted value (edittext 2) doesn't change. Any solution?
See the two pictures as example. (mm to km, mm to mm - no changes to eddittext 2)