This app allows you to convert temperature between Fahrenheit, Celsius, and Kelvin. It works well in both portrait and landscape mode.
INPUT - You can select which two temperature scales to convert between by using the radio buttons, and you can input the temperature through a slider. The slider goes from -100 to 100 °C and the range changes accordingly depending on what temperature scale you want to convert from.
OUTPUT - The converted value updates as you slide the scale to adjust the inputs. The background color also changes depending on the temperature, where -100 to 0 = light blue, 0 to 30 = white, and 30 to 100 = light yellow.



Comments