From what I've read I don't believe a SurfaceView can be animated but I'll ask the question:
I have a surfaceView object inside a ViewFlipper. When the ViewFlipper is animated left or right to a new "page", the SurfaceView from the prior page remains on the LCD. Kind of expected that.
Here's the question. Is there some way to solve this, even in a crude way? For example, as the ViewFlipper starts to move, could the surfaceView be made invisible or something?
SurfaceView is absolutely perfect for my needs and has solved all problems except this one remaining issue. Any ideas would be appreciated. Thanks.