[android-developers] Re: Animating Drawables from within SurfaceView

2009-05-19 Thread steve_macleod
Ok, just wanted to be sure there wasn't an easy api based way that I may have missed! I WILL do it by myself! cheers :) On 19 May, 20:15, Dianne Hackborn wrote: > Do it yourself.  If you are using SurfaceView, you should be able to write > your own code to render bitmaps to animate them or wha

[android-developers] Re: Animating Drawables from within SurfaceView

2009-05-19 Thread Dianne Hackborn
Do it yourself. If you are using SurfaceView, you should be able to write your own code to render bitmaps to animate them or whatever. If you need to be relying on Drawable for this kind of stuff, you shouldn't be using SurfaceView. On Tue, May 19, 2009 at 10:07 AM, steve_macleod wrote: > > Hi,