简体   繁体   中英

How to release resources?

I'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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM