I have an application that is the basis for many applications, it is only necessary to change a value in string.xml and add images in the drawable folder.
Whenever I create a new application I have to always do the following steps:
- Open the app base.
- Change the value in string.xml
- Add the images in drawable
- Compile everything and give the apk.
I wonder if I can do it all through a single script, taking as parameters the value of string.xml that has to be changed and the images have to be added in the drawable. Is this possible?