How to release resources?
开发者_如何学JAVAI'm a beginner in android.Now am developing a game in android where i need to release all the resources on a button click as the game comes to an end..How to do that?
Each device has it's own release methods. In general terms, look for the release() method of the device object you are using. For the resources you asked, you can take a look at this for the camera, and the following example for the Media Player.
精彩评论