Back in the days of the BBC (the computer, not the broadcasting corporation ), we had colours that would blink or flash.
I have a project where this feature would come in handy, and would like to know a standard way for either making a text field automatically toggle between visible or invisible, or the EditText's text colour to flash between two colours e.g 0xFFFF0000 and 0xFF880000
How should I achieve these two effects?
I have a project where this feature would come in handy, and would like to know a standard way for either making a text field automatically toggle between visible or invisible, or the EditText's text colour to flash between two colours e.g 0xFFFF0000 and 0xFF880000
How should I achieve these two effects?