Big Toe Interactive Paypal Donations:https://www.paypal.com/cgi-bin/webscr...
SOURCE FILES for this tutorial can be downloaded here:
http://www3.zippyshare.com/v/23228905...
In this tutorial we'll be discussing a very important technique in programming, Object Pooling. This technique is important in all applications, but especially when running on mobile devices.
The basic concept is to create a pool of objects that you will re-use, rather than creating new objects all the time.