-
Notifications
You must be signed in to change notification settings - Fork 3
Home
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.