1

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

a.p.
  • 3,248
  • 7
  • 30
  • 48

2 Answers2

0

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

Finn Larsen
  • 2,201
  • 17
  • 26