From: Mastrolorito, M. <Mic...@hp...> - 2012-08-02 06:27:20
|
Anybody tried using an existing animation as such: UIImageView img = new UIImageView(new CGRect(5, 150, 300, 140)); img.setImage(UIImage.imageNamed("bob.gif")); I'm new to XMLVM and would like to learn how to deploy simple animations. bob.gif runs as an animated gif in the browser. It works fine if bob.gif is a still image rather than animation. Any other UI api available to run the animation? |