- image - Variable in class fi.group6.dessertrecipeapp.RecyclerViewAdapter.ViewHolder
-
- ingredient - Variable in class fi.group6.dessertrecipeapp.ActivityAddRecipe
-
- Ingredient - Class in fi.group6.dessertrecipeapp.classes
-
Ingredient represents one ingredient used in a recipe.
- Ingredient() - Constructor for class fi.group6.dessertrecipeapp.classes.Ingredient
-
Constructor Ingredient without any parameters
- Ingredient(String, double, String) - Constructor for class fi.group6.dessertrecipeapp.classes.Ingredient
-
Constructor Ingredient with parameters
- Ingredient(String, double, String, int) - Constructor for class fi.group6.dessertrecipeapp.classes.Ingredient
-
Constructor Ingredient will parameters
- ingredientAmountInput - Variable in class fi.group6.dessertrecipeapp.ActivityAddRecipe
-
- ingredientAmountList - Variable in class fi.group6.dessertrecipeapp.ActivityRecipe
-
- ingredientCount - Variable in class fi.group6.dessertrecipeapp.ActivityRecipe
-
- ingredientList - Variable in class fi.group6.dessertrecipeapp.ActivityRecipe
-
- ingredientListLayout - Variable in class fi.group6.dessertrecipeapp.ActivityAddRecipe
-
- ingredientMeasureInput - Variable in class fi.group6.dessertrecipeapp.ActivityAddRecipe
-
- ingredientNameInput - Variable in class fi.group6.dessertrecipeapp.ActivityAddRecipe
-
- ingredients - Variable in class fi.group6.dessertrecipeapp.ActivityAddRecipe
-
- ingredients - Variable in class fi.group6.dessertrecipeapp.ActivityRecipe
-
- ingredients - Variable in class fi.group6.dessertrecipeapp.classes.RecipeWithIngredients
-
- initBottomNav() - Method in class fi.group6.dessertrecipeapp.ActivityFavorites
-
This function is called in onCreate
The method implements the bottom navigation view for the activity
REFERENCES
https://material.io/components/bottom-navigation/android#using-bottom-navigation
https://www.youtube.com/watch?v=xyGrdOqseuw&ab_channel=CodingWithMitch
https://www.youtube.com/watch?v=JjfSjMs0ImQ&t=526s&ab_channel=AndroidCoding
- initBottomNav() - Method in class fi.group6.dessertrecipeapp.ActivityMyRecipes
-
This function is called in onCreate
The method implements the bottom navigation view for the activity
https://material.io/components/bottom-navigation/android#using-bottom-navigation
https://www.youtube.com/watch?v=xyGrdOqseuw&ab_channel=CodingWithMitch
https://www.youtube.com/watch?v=JjfSjMs0ImQ&t=526s&ab_channel=AndroidCoding
- initBottomNav() - Method in class fi.group6.dessertrecipeapp.MainActivity
-
This function is called in onCreate
The method implements the bottom navigation view for the activity
REFERENCES
https://material.io/components/bottom-navigation/android#using-bottom-navigation
https://www.youtube.com/watch?v=xyGrdOqseuw&ab_channel=CodingWithMitch
https://www.youtube.com/watch?v=JjfSjMs0ImQ&t=526s&ab_channel=AndroidCoding
- initDatabase() - Method in class fi.group6.dessertrecipeapp.MainActivity
-
This function is called in onStart
The method loads the database and loads the raw json data into the database
- initFavoritesButton(int) - Method in class fi.group6.dessertrecipeapp.ActivityRecipe
-
This function adds functionality to the favorites image
- initNavigationBar() - Method in class fi.group6.dessertrecipeapp.ActivitySearch
-
This function is called in onCreate
The method implements the bottom navigation view for the activity
REFERENCES
https://material.io/components/bottom-navigation/android#using-bottom-navigation
https://www.youtube.com/watch?v=xyGrdOqseuw&ab_channel=CodingWithMitch
https://www.youtube.com/watch?v=JjfSjMs0ImQ&t=526s&ab_channel=AndroidCoding
- initRecyclerView() - Method in class fi.group6.dessertrecipeapp.ActivityFavorites
-
This function is called in onCreate
The method implements the recyclerView for the activity
- initRecyclerView() - Method in class fi.group6.dessertrecipeapp.ActivityMyRecipes
-
This function is called in onCreate
The method implements the recyclerView for the activity
- initRecyclerView() - Method in class fi.group6.dessertrecipeapp.ActivitySearchResults
-
This function is called in onCreate
The method implements the recyclerView for the activity
- initRecyclerView() - Method in class fi.group6.dessertrecipeapp.MainActivity
-
This function is called in onStart
The method implements the recyclerView for the activity
- initSearchButton() - Method in class fi.group6.dessertrecipeapp.ActivitySearch
-
This function is called in onCreate
Adds functionality to the search button
- initSplash() - Method in class fi.group6.dessertrecipeapp.ActivitySplash
-
This function adds delay to show the splash activity for 4000 ms
- insertAllIngredients(List<Ingredient>) - Method in class fi.group6.dessertrecipeapp.classes.RecipeDao
-
This function to insert all ingredients for the List of ingredients
- insertIngredient(Ingredient) - Method in class fi.group6.dessertrecipeapp.classes.RecipeDao
-
This function to insert ingredient
- insertRecipe(Recipe) - Method in class fi.group6.dessertrecipeapp.classes.RecipeDao
-
This function to insert recipe
- insertRecipeWithIngredients(Recipe, List<Ingredient>) - Method in class fi.group6.dessertrecipeapp.classes.RecipeDao
-
This is a priority function.
- INSTANCE - Static variable in class fi.group6.dessertrecipeapp.classes.AppDatabase
-
- instructionCount - Variable in class fi.group6.dessertrecipeapp.ActivityRecipe
-
- instructionList - Variable in class fi.group6.dessertrecipeapp.ActivityRecipe
-
- instructionListLayout - Variable in class fi.group6.dessertrecipeapp.ActivityAddRecipe
-
- instructions - Variable in class fi.group6.dessertrecipeapp.ActivityAddRecipe
-
- instructions - Variable in class fi.group6.dessertrecipeapp.ActivityRecipe
-
- instructions - Variable in class fi.group6.dessertrecipeapp.classes.Recipe
-
List of instructions
- isCustom - Variable in class fi.group6.dessertrecipeapp.classes.Recipe
-
is recipe custom (pre-made)
- isFavorite - Variable in class fi.group6.dessertrecipeapp.ActivityRecipe
-
- isFavourite - Variable in class fi.group6.dessertrecipeapp.classes.Recipe
-
is recipe favourite