CMPUT301F23T26 / AuroraSheet

the course project. details to be added later
0 stars 1 forks source link

Extracted two classes out of main activity #60

Closed nikhilualberta closed 10 months ago

nikhilualberta commented 10 months ago

I removed the methods for handling adding and editing and item to a new class called ItemResultHandler. I also moved the listItems to be in a separate class, ItemManager. This should help for future functionality too.