- readTextFile(InputStream) - Method in class fi.group6.dessertrecipeapp.MainActivity
-
This function reads the data from the raw recipe json.
- Recipe - Class in fi.group6.dessertrecipeapp.classes
-
Models a dessert recipe
- Recipe() - Constructor for class fi.group6.dessertrecipeapp.classes.Recipe
-
Constructor Recipe without parameters
- Recipe(String, List<String>, List<String>, String, boolean, boolean, int, int, String, String) - Constructor for class fi.group6.dessertrecipeapp.classes.Recipe
-
Constructor Recipe with parameters
- recipe - Variable in class fi.group6.dessertrecipeapp.classes.RecipeWithIngredients
-
To model the relationship between recipe and its ingredients
Recipe is connected to each ingredient by recipeId
- recipeDao() - Method in class fi.group6.dessertrecipeapp.classes.AppDatabase
-
This function to get access to query methods in RecipeDao class
- RecipeDao - Class in fi.group6.dessertrecipeapp.classes
-
Data access object class RecipeDao provides methods for app to use to query, insert, update, and
delete data in the database
- RecipeDao() - Constructor for class fi.group6.dessertrecipeapp.classes.RecipeDao
-
- recipeId - Variable in class fi.group6.dessertrecipeapp.classes.Ingredient
-
Recipe Id
- recipeId - Variable in class fi.group6.dessertrecipeapp.classes.Recipe
-
Recipe Id
- recipeName - Variable in class fi.group6.dessertrecipeapp.RecyclerViewAdapter.ViewHolder
-
- RecipeWithIngredients - Class in fi.group6.dessertrecipeapp.classes
-
This class models the one-to-many relationship between Recipe entity(one) and (to many) Ingredients entity
- RecipeWithIngredients(Recipe, List<Ingredient>) - Constructor for class fi.group6.dessertrecipeapp.classes.RecipeWithIngredients
-
Constructor RecipeWithIngredients with parameters
- recipeWithIngredients - Variable in class fi.group6.dessertrecipeapp.RecyclerViewAdapter
-
- RecyclerViewAdapter - Class in fi.group6.dessertrecipeapp
-
- RecyclerViewAdapter(List<RecipeWithIngredients>, Context) - Constructor for class fi.group6.dessertrecipeapp.RecyclerViewAdapter
-
Constructor RecyclerViewAdapter with parameters
- RecyclerViewAdapter.ViewHolder - Class in fi.group6.dessertrecipeapp
-
Model ViewHolder which holds image and recipe name
- removeIngredientRow(View) - Method in class fi.group6.dessertrecipeapp.ActivityAddRecipe
-
Removes ingredient row from the ui
- removeInstructionRow(View) - Method in class fi.group6.dessertrecipeapp.ActivityAddRecipe
-
Removes instructions row from the ui
- REQUEST_GALLERY_PICKER - Static variable in class fi.group6.dessertrecipeapp.ActivityAddRecipe
-
- REQUEST_IMAGE_CAPTURE - Static variable in class fi.group6.dessertrecipeapp.ActivityAddRecipe
-
- RESULTS - Static variable in class fi.group6.dessertrecipeapp.ActivitySearch
-
- RESULTS - Static variable in class fi.group6.dessertrecipeapp.ActivitySearchResults
-
String array intent containing the search results
- resultsID - Variable in class fi.group6.dessertrecipeapp.ActivitySearchResults
-