Re: [android-developers] Animation Problem

2012-06-07 Thread Narendra Singh Rathore
On Thu, Jun 7, 2012 at 1:19 PM, abhijeet tomar wrote: > Hello Developers, > > I have done frame Animation suceessfully and the frame images comes from > Drawable folder . > Actually problem is that...images are alot then we have not store in > Drawable folder..thats why images will be stored in Sd

[android-developers] Animation Problem

2012-06-07 Thread abhijeet tomar
Hello Developers, I have done frame Animation suceessfully and the frame images comes from Drawable folder . Actually problem is that...images are alot then we have not store in Drawable folder..thats why images will be stored in SdCard... Problem is that ,How to read images from sd card and set i

Re: [android-developers] Animation problem

2010-12-28 Thread John Lussmyer
You may want to set the setFillBefore and/or setFillAfter values. (one of them defaults to true, the other to false.) On Tue, Dec 28, 2010 at 3:21 PM, iced wrote: > Hello, > I'm new here and I don't know if this is the right place for my > problem. Please excuse me if it's wrong. > I want to cr

[android-developers] Animation problem

2010-12-28 Thread iced
Hello, I'm new here and I don't know if this is the right place for my problem. Please excuse me if it's wrong. I want to create a scale animation where a view grows a bit from it's original size and then shrinks to it's old size. My XML file: http://schemas.android.com/apk/res/android";>

[android-developers] Animation Problem

2009-08-11 Thread HVT
Hello All, I'm new to Android and trying to develop an app that has loads of animation. Its a small game. Currently i have a object (image) moving around the canvas. I used animation to animate it around the screen. But the problem here is i dont have the X&Y coordinates of that object while it