Write For Us

Android Performance Patterns: Performance Cost of Memory Leaks

E-Commerce Solutions SEO Solutions Marketing Solutions
334 Views
Published
Just because you’re working in a managed memory environment on Android, doesn’t mean your app is immune to memory leaks. And, as you start leaking more memory, the amount of memory available to your app continues to get smaller, which means that Garbage Collection events will be executed more often to try to free up space for normal program execution, which of course, chews through your performance.
In this video +Colt McAnlis talks about common code patterns that trigger memory leaks and tools to help track them down.
Watch more Android Performance Patterns here:
Category
Tutorials
Sign in or sign up to post comments.
Be the first to comment