Archive for 'mobile'
October 25th, 2010
iPhone: the problem of processing large amounts of data
If you create more complex applications, Apple's mobile platform, especially when used in a class of space CoreData, there is a problem "freez" applications. When executing multiple queries in a short time in the main application thread, there is a situation in which the view is not refreshed. In other words, if the programmer wants to update a progress bar for example, has to perform more complex operations in an additional thread to offload the main thread and be able to view update.
March 20th, 2010


















































Factory Pattern in Objective-C