- getAllIngredients() - Method in class fi.group6.dessertrecipeapp.classes.RecipeDao
-
This function to get all ingredients
- getAllRecipes() - Method in class fi.group6.dessertrecipeapp.classes.RecipeDao
-
This function is to get a all recipes as a list
- getDbInstance(Context) - Static method in class fi.group6.dessertrecipeapp.classes.AppDatabase
-
This function creates a Singleton instance to access to Room database.
- getFavoriteRecipeWithIngredients() - Method in class fi.group6.dessertrecipeapp.classes.RecipeDao
-
This function to get list of Favourite recipes with ingredients
- getImageUri(Context, Bitmap) - Method in class fi.group6.dessertrecipeapp.ActivityAddRecipe
-
This getImageUri function first changes Bitmap image into Stream bytes.
- getIngredientsById(int) - Method in class fi.group6.dessertrecipeapp.classes.RecipeDao
-
This function to get list of ingredients by using recipeId
- getItemCount() - Method in class fi.group6.dessertrecipeapp.RecyclerViewAdapter
-
This function tell how many items are in the list
- getLocalRecipeWithIngredients() - Method in class fi.group6.dessertrecipeapp.classes.RecipeDao
-
This function to get list of local recipes with ingredients
- getPremadeRecipeWithIngredients() - Method in class fi.group6.dessertrecipeapp.classes.RecipeDao
-
This function to get list of pre-made recipes with ingredients
- getRecipeById(int) - Method in class fi.group6.dessertrecipeapp.classes.RecipeDao
-
This function to get a recipe by its Id.
- getRecipeWithIngredients() - Method in class fi.group6.dessertrecipeapp.classes.RecipeDao
-
This method returns all recipes with its ingredients
- getRecipeWithIngredientsByRecipeId(int) - Method in class fi.group6.dessertrecipeapp.classes.RecipeDao
-
This function to search for recipe by its Id