I'm doing package by feature and MVP. I have a pac...
# android
k
I'm doing package by feature and MVP. I have a package that includes a bunch of models that interact directly with a database. I need that data to be package in a different object type for use with adapters. Where should I include those classes? In the feature that I'm using those first? I may have to use those other models in other features too