tags:

views:

93

answers:

0

Hello,

I have a SurfaceView using an updating thread, much like the LunarLander example. I want to have a menu option to go back to an introductory screen (which is just a bitmap), at which point another view/thread could be lanched.

Do I need to do anything to gracefully clean up the view and close the thread?

Most of the samples I've seen don't involve menus and switching views, etc.