Hi all, i am quite new to android. Having followed some tutorials and demos, i am able to work with events and views as well as activities. I am now trying to make a simple app that reacts to a button click by doing some animation and sound before redisplaying the original image. Using the View Flipper and OnCompletionListener i have managed to show two different images. However, inside the event handler i am not being able to loop through the views.i have tried using a timertask as well as a simple for-loop.
Has any1 had any such issues with the ViewFlipper? Any suggestions as to why TimerTask fails to change the view displayed?
I am also considering using the Animation class to acheive this. any ideas or good tutorials on that around?
Any help would be greatly appreciated,
Thanks,
Arvind.