I have an app that\'s built using Appcelerator Titanium (for iOS, latest SDKs of Ti and Apple) and a section of it relies heavily on maps. The problem I\'m having is that the memory doesn\'t seem to b
I\'m using an API that provides a method like remoteConnection.getObjects() to get a list of objects from a remo开发者_Go百科te server. The list is sometimes huge and causes a Java heap space OutOfMem
I am supposed to show a lot of images(horizontally one after another) like a gallery in my iPad app. The number of images can vary from 10 to 500 and ev开发者_如何学运维en more. So, i though of using
I have been programming on iPhone for quite 开发者_运维技巧sometime and have had bad experiences with memory management. I was wondering if the following way is a good way to release memory.
I have a program in Linux which is multithreaded. There are certain memory areas in which I\'m interested to see if they have been written within a certain time period. For that I give only read acces
I\'m struggling to figure out why my app is crashing when I release synthesi开发者_C百科zed properties. My app launches, and when I tap on a row, it takes me to DetailViewController, then when I go ba
Question on memory mgmt of the following: NSData *returnData = [NSData dataWithContentsOfURL:[NSURL URLWithString:strURL]options:0开发者_JAVA百科error:&err];
I\'m working on a PDF app running iOS4.3. I trying to put in a horizontal UIScrollView all the PDF pages and when it\'s needed drawLayer:inContext: it\'s called.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
- (void)setSomeInstance:(SomeClass *)aSomeInstanceValue { if (someInstance == aSomeInstanceValue) { return;