Could you please tell me what are the various functions which we could use to free memory on android device. One i have figured out is KillBackgroundProcess().
Are there more functions like this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Many of the heavier objects or objects expected to be used and reused frequently have
releaseorrecyclemethods. The above are the main ones I’ve used.For further examples see the API search results for: