From 3686eee2e2c3289d7cec7f1559ecb1b6b5779949 Mon Sep 17 00:00:00 2001
From: David Barnes <dbarnes@kvcc.edu>
Date: Tue, 22 Sep 2015 23:32:54 -0400
Subject: [PATCH] Add README.

---
 README.md | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..13536f0
--- /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
+
+![alt text](http://barnesbrothers.homeserver.com/cis298/assignmentImages/assignment2a.jpg "Application Portrait Layout")
+![alt text](http://barnesbrothers.homeserver.com/cis298/assignmentImages/assignment2b.jpg "Application Landscape Layout")
+### 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
+
+
-- 
GitLab