• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Android annimation

vag

Newbie
Hi all. I have some small rectangles in my activity, and I want to animate these rectangles, but I can't figure how to do this?

for example

Rect rect=new Rect(0,0,1,1)
and I want to animate this rectangle.

Is there any suggetions?
 
I wrote a suduko game for android, and want to animate tile, if the user insert wrong number. But I don't figure how to do this? The problem is that, I have one big rectangel wich cover hole screen, and devide this rectangle in tiles, simply by drawnig lines. And now I can't figure how to animate tiles.

Hop I could explain my problem.

Sorry for bad english, and thaks for answers
 
Back
Top Bottom