MealBookFragment |
The fragment for the meal book.
|
MealPlan |
This class represents a MealPlan, which contains recipes and ingredients
to be eaten on a
specific date.
|
MealPlanActivity |
MealPlanActivity class.
|
MealPlanAdapter |
The MealPlanAdapter class binds ArrayList to RecyclerView.
|
MealPlanContract |
The MealPlanContract class is the contract for the MealPlanActivity.
|
MealPlanController |
The MealPlanController class controls the MealPlanActivity.
|
MealPlanDB |
This class is used to access the meal plan database.
|
MealPlanEditActivity |
MealPlanEditActivity class.
|
MealPlanEditContract |
The MealPlanContract class is the contract for the meal plan activity.
|
MealPlanIngredientItemAdapter |
MealPlanIngredientItemAdapter is the adapter for the RecyclerView in the
MealPlanIngredientItemActivity.
|
MealPlanItemAdapter<Item> |
The MealPlanItemAdapter class binds ArrayList to RecyclerView.
|
MealPlanItemAdapter.ItemViewHolder |
ItemViewHolder class holds the view for the item.
|
MealPlanLinearLayoutManager |
The linear layout manager for the meal book fragment.
|
MealPlanProxy |
ProxyMealPlan class.
|
MealPlanRecipeItemAdapter |
The MealPlanRecipeItemAdapter class binds ArrayList to RecyclerView.
|
MealPlanViewHolder |
The MealPlanViewHolder class contains the layout for each individual
item in the RecyclerView.
|