diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..13536f0c3a4f978194af8679459a111fd8ca3ead --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# Assignment 2 - Temperature Converter + +## Author + +## Description + +Create a temperature converter application. +The application should look like the screen shots I have provided. +The application should do the calculation and display the formula that was used to do the calculation. +The calculation of the conversion should take place in a seperate class +The application should handle errors gracefully. +The application should have a different layout for landscape form that looks like the one pictured here. +The application must retain it's information on the screen when rotated to lanscape. + +Solution Requirements: + +* Seperate class for calculation +* Handle errors gracefully +* Seperate Layout for landscape +* Retain information across rotation + + + +### Notes + +The book does not cover how to do work with Radio Buttons. I will talk about it as needed in class. If you are stuck or have questions about it, ask. + +## Outside Resources Used + +## Known Problems, Issues, And/Or Errors in the Program + +