NURecipe is a large, multi-part project. Once completed, the application will assist a user through the menu-planning, grocery shopping, and cooking experience. The fourth and final part of the project is due Wednesday, May 13th.
Handouts
NURecipePart4.pdf details of the fourth and final part of the project.
NURecipePart3.pdf details of the third part of the project.
NURecipePart2.pdf details of the second part of the project.
NURecipePart1.pdf details of the first part of the project.
Recipe Database
recipedb.sql the database of recipes you will use
Sample Code
MixedNumbers.zip sample code that adds mixed numbers in strings. Feel free to use this in your grocery list to combine things like "1 pkg. tofu" and "1/2 pkg. tofu" to "1 1/2 pkg. tofu". Note: This only does the mixed numbers part. You should check that the ingredients have the same ingredient_id and measure and then use this to add the amounts.
DefaultsAndWeb.zip sample code demonstrating requesting web services and storing/loading from NSUserDefaults
CustomCellPrimeGame.zip sample code demonstrating building custom table cells
ResizingTextViews.zip sample code demonstrating sizing UITextViews to fit their content.
AutoResizingMask.zip sample code demonstrating autoresizingMask.
Videogames.zip sample code demonstrating UITableView sections, table indices, and UISearchBar.
SQLite Book List sample code from Apple demonstrating sqlite3. (Requires a free Apple ID.)
MyFamily.zip sample code demonstrating a UINavigationController.
PrimeGame.zip sample code demonstrating a UITableView.