CMPUT301F23T15 / Kit

CMPUT 301 App Design Project
MIT License
1 stars 2 forks source link

CRC Cards #7

Open Jesse-Goertzen opened 10 months ago

Jesse-Goertzen commented 10 months ago

Complete CRC Cards

Jesse-Goertzen commented 10 months ago

Added some of the basics. Still lots more to add, and the ones I did add a certainly not complete

Handling multi-selection in the recyclerview for our items in the List screen might be tricky. Might lots of customization in the adapter. This StackOverflow answer suggests extending the adapter to make a multi-select adapter then extend our ItemAdapter from that. Seems like a good idea for separation-of-concerns.

bertina3107 commented 10 months ago

Edited CRC Cards