diff --git a/.travis.yml b/.travis.yml
index bf0e628..7846173 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,5 @@
language: java
jdk: oraclejdk7
-notifications:
- email: false
branches:
excludes:
- gh-pages
diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml
index d38f443..49299cf 100755
--- a/app/AndroidManifest.xml
+++ b/app/AndroidManifest.xml
@@ -1,5 +1,24 @@
+
+
+
+
+
- -->
-
-
+ android:name=".ui.RecipeActivity"
+ android:configChanges="orientation|keyboardHidden|screenSize" android:label="@string/app_name">
+
\ No newline at end of file
diff --git a/app/pom.xml b/app/pom.xml
index 6934fdb..c45ab8a 100755
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -75,12 +75,23 @@
otto
1.3.2
+
+ com.nostra13.universalimageloader
+ universal-image-loader
+ 1.8.2
+
junit
junit
4.11
test
+
+ org.easytesting
+ fest-assert-core
+ 2.0M10
+ test
+
org.hamcrest
hamcrest-library
diff --git a/app/res/drawable-hdpi/buttonimage.jpg b/app/res/drawable-hdpi/buttonimage.jpg
deleted file mode 100644
index 115017b..0000000
Binary files a/app/res/drawable-hdpi/buttonimage.jpg and /dev/null differ
diff --git a/app/res/drawable-nodpi/test_recipe_image_1.jpg b/app/res/drawable-nodpi/test_recipe_image_1.jpg
deleted file mode 100644
index 9e56cc9..0000000
Binary files a/app/res/drawable-nodpi/test_recipe_image_1.jpg and /dev/null differ
diff --git a/app/res/drawable-nodpi/test_recipe_image_2.jpg b/app/res/drawable-nodpi/test_recipe_image_2.jpg
deleted file mode 100644
index 2175737..0000000
Binary files a/app/res/drawable-nodpi/test_recipe_image_2.jpg and /dev/null differ
diff --git a/app/res/drawable-nodpi/test_recipe_image_3.jpg b/app/res/drawable-nodpi/test_recipe_image_3.jpg
deleted file mode 100644
index a640c1c..0000000
Binary files a/app/res/drawable-nodpi/test_recipe_image_3.jpg and /dev/null differ
diff --git a/app/res/drawable-nodpi/test_recipe_image_4.jpg b/app/res/drawable-nodpi/test_recipe_image_4.jpg
deleted file mode 100644
index 015a152..0000000
Binary files a/app/res/drawable-nodpi/test_recipe_image_4.jpg and /dev/null differ
diff --git a/app/res/drawable-nodpi/test_recipe_image_5.jpg b/app/res/drawable-nodpi/test_recipe_image_5.jpg
deleted file mode 100644
index 15fd219..0000000
Binary files a/app/res/drawable-nodpi/test_recipe_image_5.jpg and /dev/null differ
diff --git a/app/res/drawable-nodpi/test_recipe_image_6.jpg b/app/res/drawable-nodpi/test_recipe_image_6.jpg
deleted file mode 100644
index 973d186..0000000
Binary files a/app/res/drawable-nodpi/test_recipe_image_6.jpg and /dev/null differ
diff --git a/app/res/layout/activity_main.xml b/app/res/layout/activity_main.xml
index 80b9d0a..00a1b55 100644
--- a/app/res/layout/activity_main.xml
+++ b/app/res/layout/activity_main.xml
@@ -1,13 +1,8 @@
-
+
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/app/res/layout/activity_recipe.xml b/app/res/layout/activity_recipe.xml
new file mode 100644
index 0000000..6b827e6
--- /dev/null
+++ b/app/res/layout/activity_recipe.xml
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/res/layout/add_recipe.xml b/app/res/layout/add_recipe.xml
deleted file mode 100644
index 6295e10..0000000
--- a/app/res/layout/add_recipe.xml
+++ /dev/null
@@ -1,124 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/res/layout/cell.xml b/app/res/layout/cell.xml
deleted file mode 100644
index 9a3843b..0000000
--- a/app/res/layout/cell.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/res/layout/email_entry.xml b/app/res/layout/email_entry.xml
deleted file mode 100644
index b68b6d8..0000000
--- a/app/res/layout/email_entry.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/res/layout/fragment_pantry_header.xml b/app/res/layout/fragment_pantry_header.xml
new file mode 100644
index 0000000..1f5ec3b
--- /dev/null
+++ b/app/res/layout/fragment_pantry_header.xml
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/res/layout/fragment_saved_recipes.xml b/app/res/layout/fragment_saved_recipes.xml
index 0cc47de..de04332 100644
--- a/app/res/layout/fragment_saved_recipes.xml
+++ b/app/res/layout/fragment_saved_recipes.xml
@@ -3,12 +3,9 @@
android:id="@+id/gridview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
- android:columnWidth="250dp"
- android:numColumns="auto_fit"
- android:verticalSpacing="20dp"
- android:horizontalSpacing="20dp"
- android:stretchMode="columnWidth"
android:gravity="center"
-
-
- />
\ No newline at end of file
+ android:horizontalSpacing="4dip"
+ android:numColumns="3"
+ android:stretchMode="columnWidth"
+ android:verticalSpacing="4dip"
+ android:padding="4dip" />
\ No newline at end of file
diff --git a/app/res/layout/item_pantry.xml b/app/res/layout/item_pantry.xml
new file mode 100644
index 0000000..02fdda5
--- /dev/null
+++ b/app/res/layout/item_pantry.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/app/res/layout/item_recipe_image.xml b/app/res/layout/item_recipe_image.xml
new file mode 100644
index 0000000..8e515b0
--- /dev/null
+++ b/app/res/layout/item_recipe_image.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/res/layout/pager_item_recipe_image.xml b/app/res/layout/pager_item_recipe_image.xml
new file mode 100644
index 0000000..86ad7f4
--- /dev/null
+++ b/app/res/layout/pager_item_recipe_image.xml
@@ -0,0 +1,26 @@
+
+
+
+
\ No newline at end of file
diff --git a/app/res/menu/recipe_share.xml b/app/res/menu/recipe_share.xml
deleted file mode 100644
index 90164d2..0000000
--- a/app/res/menu/recipe_share.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/app/res/values/colors.xml b/app/res/values/colors.xml
index c04a2e0..51acf6b 100755
--- a/app/res/values/colors.xml
+++ b/app/res/values/colors.xml
@@ -1,5 +1,24 @@
+
+
diff --git a/app/res/values/dimens.xml b/app/res/values/dimens.xml
new file mode 100644
index 0000000..a035003
--- /dev/null
+++ b/app/res/values/dimens.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/res/values/strings.xml b/app/res/values/strings.xml
index cad6b68..689b3b5 100755
--- a/app/res/values/strings.xml
+++ b/app/res/values/strings.xml
@@ -2,21 +2,21 @@
@@ -29,6 +29,7 @@
Pantry
+ SELECT ALL
Saved Recipes
@@ -41,5 +42,10 @@
Add
Pantry is Empty!
No Saved Recipes
+ Recipe image
+ Recipe Title
+ Add Pantry Item
+ Button
+ Recipe Title
\ No newline at end of file
diff --git a/app/res/values/styles.xml b/app/res/values/styles.xml
new file mode 100644
index 0000000..a035003
--- /dev/null
+++ b/app/res/values/styles.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/res/values/theme.xml b/app/res/values/theme.xml
index ec6b77b..367a11e 100755
--- a/app/res/values/theme.xml
+++ b/app/res/values/theme.xml
@@ -1,5 +1,24 @@
+
+