My app is now crashing after use - runs out of memory I switch all the activities after switching to the next one. I'm closing, but I still have the same problem.
Is it possible to clear the cache / memory program, so does not the application run resources? Can I use getCacheDir () to achieve this?
Apparently your app is leaking memory to make sure you clean up unused resources, Closed databases, reuse variables, etc.
Also see how to track the memory leaks and how to protect them.
Comments
Post a Comment