I have an application with the following configurations: (let suppose)
1) App name <"ZPE Location Aware">
2) App icon <"given by the company">
3) App Web service url <"will be embeded in Application">
Note: this web service url is the url which will be used to make the web service call to perform different task.
Now we have this app , an Idea is that , when we are giving this app to our other customer then the App name should get change by web service to the other let say from "ZPE to MPE" and also the app icon gets change so also the url should be change
Now please tell me how can it be done ? I am reading about build flavor but it does not look like my case.
So how can this thing be done ? what is better approach to perform this task ?