AbyxBelgium / Loyalty

Loyalty cards saver app for Android. Made by Abyx.
3 stars 0 forks source link

MainActivity should not contain list of raw data #11

Closed pverscha closed 7 years ago

pverscha commented 7 years ago

Right now both MainActivity and OverviewFragment hold a reference to a complete list of Loyalty cards. This is however undesirable as it's very hard to keep both lists synchronized and it encourages bad practices.

pverscha commented 7 years ago

Fixed! A new design pattern now removes the tight coupling between MainActivity and OverviewFragment.