Every time when we want to change colors of app we need to generate all images again.
Doing heavy animations is tricky in Android, unlike in iOS we do not have a SpriteKit to play around and to use sprites in a memory efficient way. Android's way of doing this is to use ...