I have a simple help activity that is launched from my dashboard activity and when navigating back from that help activity the memory allocation keeps growing rather than returning to where it was.
When I start the dashboard activity my heap as shown under the DDMS section of eclipse is 21.790 MB and when I launch the help activity it goes up to 22.102 MB. When pressing the back button which should destroy the activity it doesn't go back down to 21.790 it only goes down to 22.078 MB. When doing this repeatedly it will continue to grow the allocation which doesn't seem right.
Anyone have any ideas?
Link to my stackoverflow question: http://stackoverflow.com/questions/23656378/xamarin-android-memory-leak-with-simple-activity