I have followed this tutorial in great detail and have managed to understand and replicate the functions that I need from an Android SurfaceView:
http://obviam.net/index.php/moving-images-on-the-screen-with-androi/
I need to add a "pause" button in the game, which would be accessed from the activity. How would I go about pausing and then later continuing the thread from the activity?
I have tried adding a button to test it but from that point I can't fathom how to control the thread from the Activity. Any help will be very useful and much appreciated.
Thank you in advance