Android app for storing, manipulating, and easily viewing recipes.
Last Updated 7/7/2014
Current functionality:
- AddRecipe.java - Stub (7/3)
- AdminPage.java - Allows administrator (not yet password protected) to determine number of profiles, and to remove profiles, if necessary. TODO: Add more functionality as needed, as well as adding a password. As this is for admin access only, minimal decorative elements will be added. (7/7)
- InternalStorageReadWrite.java - Will eventually read/write to/from Internal storage. (7/7)
- KitchenManager.java - Stub. (7/3)
- MealManager.java - Stub. (7/3)
- OptionsPage.java - Menu page - Buttons that lead to the each of the app’s options. TODO: Add decorative elements, and any additional options that come along over the course of the app’s development. (7/7)
- ProfileManager.java - Profile Management - currently allows users to access Profile Setup. TODO: Add further functionality, to allow users to manage further aspects of profile. (7/7)
- ProfileSetup.java - Sign in page for the profile - a user can add their name, sign in as guest, or sign in as their previously stored username. TODO: Store usernames via internal storage, eventually add decorative elements. (7/7)
- Recipe.java - Container for defining recipes. In progress, not user visible. (7/3)
- RecipeManager.java - Page containing radio buttons for navigating Recipe options. In progress. (7/3)
- ShoppingManager.java - Stub. (7/3)