This app uses a singular conversion function to encode all the base transformations between different types. The app will automatically convert the temperature in the input box and show it to the right of the input, rounded to two decimal places for brevity.
1) Once the app is open, you simply
2) select your starting temperature scale on the left hand side
3) select your desired temperature scale on the left hand side
4) input the number of degrees in the starting temperature scale
and voila! Your new temperature scale value will be shown on the right. The example photos use the average human body temperature converted from Celsius to Fahrenheit.
*The app implements the Delisle scale along with the base three of Fahrenheit, Celsius, and Kelvin.
*The app can auto-convert the number of degrees as soon as it is typed in, and has no problems switching between desired scales. However, because of a current bug in the coding, if the input scale is switched, the starting number of degrees must also be re-entered, or an incorrect output will be returned.
* This app can be used and looks alright in landscape mode, but because of screen limitations, the app's layout will scrunch up when the keyboard pops up for typing.
Not really sure how to add the file beyond just adding it as above, so here you go!



Comments