Wednesday, 29 January 2014

Tips for Improving Memory-Related Performance for Mobile Apps


As you design your code, you should always be aware of how you are using memory. Because memory is an important resource, you want to be sure to use it efficiently and not be wasteful. Besides allocating the right amount of memory for a given operation, the following sections describe other ways to improve the efficiency of your program’s memory usage.

No comments:

Post a Comment