this is my first post..
so I'm learning Android & Java (coming from Actionscript), and I'm working on a project where :
I'm trying to click an ImageView, have that ImageView swap images for a second, then return to the original image. ( this is for a tapping game )
sounds easy enough, right? I've spent the whole day trying to get a standard Java Timer / TimerTask to work.. no luck..
is there a better way? I mean, is there an Android specific way to do something like this? If not, then what is the ideal way?
thanks for all your help in advance guys! -g