This week's book giveaway is in the Design and Architecture forum. We're giving away four copies of Communication Patterns: A Guide for Developers and Architects and have Jacqui Read on-line! See this thread for details.
Hi eveyone!
I'm doing an application in which I have to show a sequence of pictures: The sequence is the follow:
1. A red X has to be shown for more or less 400 milliseconds;
2. An image called "Screenshot" has to be shown for more or less 500 milliseconds;
3. An image called "Noise" has to be shown for more or less 50 milliseconds;
4. The "Noise" image disappear to make space for an EditText.
Now, I have to repeat this sequence for a specific number of times. How can I do that? Do I have to use a loop?
Thanks!