View Android Application memory usage with Eclipse DDMS plugin
While the Android runtime (Dalvik) is garbage collected, it is important to be mindful of your application’s memory usage since mobile devices are rather memory constrained. Using too much memory can lead to excessive garbage collection that degrades performance. In extreme cases, you may run in to the dreaded OutOfMemoryError and application crash.