ArttuOll / GroceryManager

Android app for managing and scheduling your groceries!
0 stars 0 forks source link

Changing food-item's properties resets its value in foodTracker in FoodScheduler. #27

Closed ArttuOll closed 4 years ago

ArttuOll commented 4 years ago

Make new class FoodItemTracker, that keeps track of the food-items the same way as now, but also keeps track of the food-item's hashcodes to see if their attributes have changed. This would make it possible to detect changes efficiently.