14.06.2011

GameView cleanup

posted by Karsten

//Used to release any resources. public void cleanup() { this.thread.setRunning(false); this.thread.cleanup(); this.removeCallbacks(thread); thread = null; this.setOnTouchListener(null); sensorAccelerometer = null; SurfaceHolder holder = getHolder(); holder.removeCallback(this); }

Share

Place your comment

Please fill your data and comment below.
Name
Email
Website
Your comment