Write For Us

Android Performance Patterns: Garbage Collection in Android

E-Commerce Solutions SEO Solutions Marketing Solutions
167 Views
Published
One of the tricks to the Java Language being an efficient language has to do with it’s Managed Memory model, which will kick off “Garbage Collection” events to clean up memory on your app’s behalf. While beneficial, these events can be challenging from a performance perspective.
In this video +Colt McAnlis introduces the topic of Garbage Collection, how it works, and what you need to do to fix it.
Watch more Android Performance Patterns here:
Category
Tutorials
Sign in or sign up to post comments.
Be the first to comment