0

What are the resources that an Android developer should keep in mind to release when his/her application stops or pauses?

For instance, and according to developer.android.com, Camera resource should be released at onPause by calling ""camerObject.release()" to save resources and make it available to other applications. Is there other resources that should be released by developer?

1 Answer 1

1

All hardware resources of the device for example camera, mic or any other sensor or services like wifilock etc. must be released when you are not using them.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.