Mainly this is for branding. I hope to use different set of images and drawable resources for different clients.
What I hope to achieve is that when at build phase, I could select which resources pack I need to use, but leave the source code untouched.
I know I could just create multiple projects by copy and paste, or I could create one project but change the res folder everytime I build it. What I need help is that is there a more funcional way to achieve this task?'
Thank you!