- onActivityResult(int, int, Intent) - Method in class fi.group6.dessertrecipeapp.ActivityAddRecipe
-
This function is the result after user selects photo.
- onBackPressed() - Method in class fi.group6.dessertrecipeapp.ActivityMyRecipes
-
Restrict backtracking ( user shouldn't be available to see deleted recipe )
- onBindViewHolder(RecyclerViewAdapter.ViewHolder, int) - Method in class fi.group6.dessertrecipeapp.RecyclerViewAdapter
-
This method is called to connect a ViewHolder with data.
- onClick(View) - Method in class fi.group6.dessertrecipeapp.ActivityAddRecipe
-
This function is called when user clicks any of the buttons available
- onCreate(Bundle) - Method in class fi.group6.dessertrecipeapp.ActivityAddRecipe
-
- onCreate(Bundle) - Method in class fi.group6.dessertrecipeapp.ActivityFavorites
-
- onCreate(Bundle) - Method in class fi.group6.dessertrecipeapp.ActivityMyRecipes
-
- onCreate(Bundle) - Method in class fi.group6.dessertrecipeapp.ActivityRecipe
-
- onCreate(Bundle) - Method in class fi.group6.dessertrecipeapp.ActivitySearch
-
- onCreate(Bundle) - Method in class fi.group6.dessertrecipeapp.ActivitySearchResults
-
- onCreate(Bundle) - Method in class fi.group6.dessertrecipeapp.ActivitySplash
-
- onCreate(Bundle) - Method in class fi.group6.dessertrecipeapp.MainActivity
-
- onCreateViewHolder(ViewGroup, int) - Method in class fi.group6.dessertrecipeapp.RecyclerViewAdapter
-
This method is called whenever a new ViewHolder is created.
- onItemSelected(AdapterView<?>, View, int, long) - Method in class fi.group6.dessertrecipeapp.ActivityAddRecipe
-
This function is called when the user selects a difficulty rating
- onNothingSelected(AdapterView<?>) - Method in class fi.group6.dessertrecipeapp.ActivityAddRecipe
-
This function is called when the user does not select a difficulty rating
- onPause() - Method in class fi.group6.dessertrecipeapp.ActivityMyRecipes
-
Shared preferences data is saved upon exiting the activity
- onResume() - Method in class fi.group6.dessertrecipeapp.ActivityFavorites
-
- onStart() - Method in class fi.group6.dessertrecipeapp.ActivityMyRecipes
-
Shared preferences data is updated upon start
- onStart() - Method in class fi.group6.dessertrecipeapp.MainActivity
-
Database and recyclerView are loaded in the onStart
- onSupportNavigateUp() - Method in class fi.group6.dessertrecipeapp.ActivityAddRecipe
-
This function is called when the user presses the back button
Pressing the back button on the action bar will take the user back to the previous activity
- onSupportNavigateUp() - Method in class fi.group6.dessertrecipeapp.ActivityRecipe
-
This function is called when the user presses the back button
Pressing the back button on the action bar will take the user back to the previous activity
- onSupportNavigateUp() - Method in class fi.group6.dessertrecipeapp.ActivitySearchResults
-
This function is called when the user presses the back button
Pressing the back button on the action bar will take the user back to the previous activity