Norm Radder wrote:
nothing happens when "handler" is called.
handler is a reference to an object, not a method that can be called. Please explain what method you are trying to call and why you think that method is not being called.
Hi again, and thanks for your help.
I use "handler.sendEmptyMessage(0);" in another method. Technically, my TextView should turn to black as soon as Handler is called, but this does not happen.
Do you need me to provide more code or am I making sense?