I have a launch screen which contains application logo, say test. As the application will start loading, the logo will gradually starts filling like this. In the end, when the application will be loaded completely, it will look like this.
One point I would like to mention here is that the colour is being filled from left to right. And there will not be a single colour. It contains different colours for different characters.
After googling, I come to know that I need to use two images completely filled image with red colour and another one without colour, one on the top of other and apply animations on it. So far I did that, but not succeeded in animating it from left to right.
Same functionality I need to apply in android also. Can someone please suggest ?