If you create Drawable objects on the fly you may have the unpleasant surprise that you introduced some memory leaks in your code. In that case, maybe you should unbind your drawables. This happens because when you display a Drawable object in your Activity, that Drawable instance will be bound (via some callbacks) to your … Continue reading Android Unbind Drawables