Skip to content
Michael Hansen edited this page Aug 12, 2016 · 6 revisions

Welcome to the RecipeRealizer wiki!

Created by: Michael Hansen
Using: Android Studio V2.1.2

Email: mikiehansen@hotmail.com

Testing was largely performed using Android Studio emulators for a "Nexus 6" (API 23) and a "Nexus S" (API 19).

Build: All building was done with Gradle in Android Studio V2.1.2.

The Recipe Realizer App is designed to help you store your recipes and (eventually) make a shopping list from the ingredients and even cross-reference that list with your own household items to further optimize your shopping list.

To begin, you have a blank database and enter in a recipe. Once you have your recipe, you might wish to alter it, this is done by entering the changes and selecting the recipe ID to edit and the clicking "Edit Recipe". Should you wish to remove a recipe you simply enter an ID and click the "Remove Recipe" button. You can view your recipes by clicking the "View Recipes" button.

The images branch of the repo is setup to start handling images from the android gallery. This is NOT a stable branch.

Clone this wiki locally