In the Dominoes sample app, GUIManager displays buttons and messages upon user interactions.
I want to add animating images and use them as buttons rather than just text buttons.
I added images and used AnimationUtils.loadAnimation(), startAnimation() APIs to apply animating effects to the images. But I couldn't see any animation that I wanted.
Any advise on this issue?
There was my mistake to apply android animation APIs.
It works well.
No problem in using those APIs.