This is my first post.
so I am learning Android and Java (from ActionScript) and I am working on a project where:
I am trying to click ImageView so that ImageView changes images for a second and then reverts to the original image. (this is for a game with a tap)
sounds easy enough, right? I spent the whole day trying to get the standard Java Timer / TimerTask to work .. no luck ..
Is there a better way? I mean, does Android have a special way to do something like this? If not, then what is the ideal way?
Thanks for your help in advance! -g
source
share