[android-developers] Re: Image motion tween

2009-04-21 Thread Manuel
Has nobody an idea? Or is there no way for this problem? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Image motion tween

2009-04-21 Thread Streets Of Boston
There is a solution for this problem. It is not trivial though. I would use a post or postDelayed on the view (or a Handler) to run a task that updates the position of your image on the path repeatedly. After updating the image's position, call 'invalidate()' on the view that draws the image