I have developed a widget in Android and it uses too much RAM (over 30 MB). What can it be that takes up so much memory? The widget is a clock and weather widget that uses different skins (saved as drawables).
Thanks
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.
It’s hard to say could be a lot of thing. But lucky for you Android DDMS has a Allocation Tracker, that might help you solve your problem.
http://developer.android.com/guide/developing/debugging/ddms.html