• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Help me Memmory Issue

hi!
my application starting time onwords load 4mb how to free that memory .same time my image view not able to free .every time close and open my app memory will be increasing contentiously.not able to free memory close time.eg:starting time Memory===>4mb
Second screen=5Mb
third screen===>7mb. close apps
next time
Memory===>7mb
Second screen=8Mb
third screen===>10mb.
some time came force to close app whats is the problem please help
 
without seeing any code ... I would guess two things are happening here

1 when you say "close app" the app isn't being completely destoryed
2 you have a context stored somewhere that the GC isn't destorying
 
Back
Top Bottom