I have developed a application which is distributed to different clients. The problem is that only the images and other resources that I use are different. What I'm currently doing is, that I replace the resources(images and text) specific to the client and build the apk.
Is there a way that I can store all Resources separately for each client and create a build script or something, so that I can choose the resources specific for the client I'm generating the apk during the build process?