| EditRecipesAdapter |
EditRecipesAdapter is the adapter for the RecyclerView in the
EditRecipesActivity.
|
| EditRecipesFragment |
EditRecipesFragment class.
|
| Recipe |
Represents a Recipe, which contains ingredients and instructions on how to
prepare
a recipe.
|
| RecipeActivity |
Activity that displays the view for Recipe, showing all of a Recipe's
information
|
| RecipeAdapter |
Adapter for the recipes in the RecipeBookFragment
Binds the view for each recipe to the data
|
| RecipeAdapter.ViewHolder |
Holds the views for the recipes
|
| RecipeBookFragment |
RecipeBookFragment displays a list of Recipes Recipe
|
| RecipeBookSelectFragment |
RecipeBookSelectFragment is a version of RecipeBookFragment that allows
the user to select a recipe
|
| RecipeContract |
Contract for launching new activities that return a Recipe
|
| RecipeController |
Handles the business logic for the Recipes
|
| RecipeDB |
RecipeDB is a class that handles all the database operations for Recipe
objects.
|
| RecipeEditActivity |
Activity which allows user to edit an existing recipe
|
| RecipeEditContract |
Contract for launching a RecipeEditActivity
|
| RecipeSearchActivity |
Activity which allows user to search for an existing Recipe
|