This is part of an ELC Tech Network

Category Archives: Code Snippets

zip_thumb

Creating a document centric iPhone/iPad application with own file format using ZipArchive

If I need to predict one thing about where the App Store is heading to, now that the iPad has been released, I would say “It’s going to be less about farting apps and much more about productivity apps” Yes - the iPad has already changed the game drastically - with an almost real life size keyboard, large beautiful screen and file sharing direct in iTunes you can achieve much more than before. But hey, iPhone OS 4.0 is just around the corner, and I bet one of those new features will be the same file sharing you get on the iPad.
Also posted in Featured, iPhone Articles | Tagged , , , , , , | 10 Comments

NSTimer: The Poor Man’s Threading – Code Snapshot

Introduction Hey guys. So usually the posts we put up here involve screencasts and presentations, but we are going to start also posting small less time consuming pieces for the site. Today I bring to you a small project involving [...]
Also posted in Uncategorized | Tagged , , , , | 25 Comments

Code Snippet: Prevent The iPhone From Sleeping

The code below will prevent the iPhone from dimming its screen and ultimately going to sleep. Use it wisely as you don't want your application becoming notorious for being a battery hog :) [UIApplication sharedApplication].idleTimerDisabled = YES; Happy iCoding!
Posted in Code Snippets | Tagged , | 7 Comments

Creating a document centric iPhone/iPad application with own file format using ZipArchive

If I need to predict one thing about where the App Store is heading to, now that the iPad has been released, I would say “It’s going to be less about farting apps and much more about productivity apps” Yes - the iPad has already changed the game drastically - with an almost real life size keyboard, large beautiful screen and file sharing direct in iTunes you can achieve much more than before. But hey, iPhone OS 4.0 is just around the corner, and I bet one of those new features will be the same file sharing you get on the iPad.
Also posted in Featured, iPhone Articles | Tagged , , , , , , | 10 Comments

NSTimer: The Poor Man’s Threading – Code Snapshot

Introduction Hey guys. So usually the posts we put up here involve screencasts and presentations, but we are going to start also posting small less time consuming pieces for the site. Today I bring to you a small project involving [...]
Also posted in Uncategorized | Tagged , , , , | 25 Comments

Code Snippet: Prevent The iPhone From Sleeping

The code below will prevent the iPhone from dimming its screen and ultimately going to sleep. Use it wisely as you don't want your application becoming notorious for being a battery hog :) [UIApplication sharedApplication].idleTimerDisabled = YES; Happy iCoding!
Posted in Code Snippets | Tagged , | 7 Comments