Black Friday 2009
Black Friday is almost here! Gadgetell's got you covered with all the latest news on who's offering the best deals. Dangerous crowds? You're on your own.
Our new podcast: Meet...
We know. Podcasts are so last year - but this one you won't want to miss. Whether it’s a rumor that won’t die, a new product announcement, or just a really good Macintosh or iPhone app find that we have to let you know about, we’ll make sure it’s covered on Appletellcast.
iPhone App Reviews
iPhone Apps. They were great when the App Store was first announced and we could all pick and chose what we wanted, but the number is now overwhelming. Here at Appletell, we'll detail the great iPhone apps we find, and steer you clear from those that aren't worth it even if they're free.
iPhone Game Reviews
As Apple turns the iPhone into one of the most popular gaming devices, the staff of Appletell--gamers and Apple fans alike--are here to help you get the most entertainment value out of your app store purchases.






If used correctly, threading can be a great way to quicken an application and make it more user friendly. If not used correctly, it is possible to both corrupt data and cause some pretty nasty crashes. Threading is especially useful on multicore processors, as each thread can be run on a separate core. That said, it can still be considered useful on the iPhone and iPod Touch.
For example, think of this scenario. When the user loads an app, it wants to load some photos from the Internet and display some sort of loading page at the same time. If the developer wants this page to remain useful while the images load, he or she can use threading. One thread can go out and fetch the data while the other can load the view as well as any other local files that might be needed. If this was all on one thread, it would have to go in order, so loading the images from the web would take longer than without threading.
You can find more information about threading through Apple’s documentation. Once you get the hang of it, it seems as if it can really help in applications. Either way, Apple makes it very simple for developers to implement, and I’m sure many developers have in their App Store applications.
See more iPhone Developer Intervention articles.
Subscribe to keep up with the latest Apple news and rumors! -
Subscribe to our feed