Android performance: place resources in common library or in each project -
i'm creating android project have 2 versions, , i'm planning use library place common code both versions.
i not find info related performance of resources: better place images, logos etc in common library, or place them in each of projects?
to reduce duplication, you'd put them common library. there's better way if you're using gradle(which android studio supports), build variant.
with method, can build multiple various versions of single app.
Comments
Post a Comment