RSS

Archive for the ‘iPhone’ Category

iPhone SDK PickImage Application Source Code Download

Thursday, March 20th, 2008 Posted in Software Development, iPhone | No Comments »

I've added a link to the Picking Images with the iPhone SDK UIImagePickerController article to download the source code for the application. Here is the link also: PickImage Source Code (.dmg) Enjoy!

Picking Images with the iPhone SDK UIImagePickerController

Wednesday, March 19th, 2008 Posted in Software Development, iPhone | 23 Comments »

The UIImagePickerController is the class you use when you want to import a picture from the iPhone photo library into your application. You can also use this class to open an interface that will allow you to take a picture ...

iPhone SDK Application Sandboxing

Wednesday, March 19th, 2008 Posted in iPhone | 1 Comment »

Applications developed for the iPhone using the new SDK will run in a sandboxed environment. This is similar to browser based applications such as Java and Flash. The application is given limited access to resources available on the system. In the ...

iPhone SDK Simulator Limitations

Monday, March 17th, 2008 Posted in Software Development, iPhone | 2 Comments »

I've been playing a lot with the iPhone SDK and the "Aspen" iPhone Simulator. The simulator works great for testing standard application features like navigating through views and pressing buttons. Where the simulator is severely lacking is in testing with ...

Many developers left out of iPhone Developer Program

Friday, March 14th, 2008 Posted in iPhone | No Comments »

Apple announced their new SDK for the iPhone with large amounts of hype and fanfare earlier this month on March 6th. 100,000 plus eager developers had downloaded the new SDK the first few days after it launched. Now many of the ...

What iPhone apps would you like to have?

Thursday, March 13th, 2008 Posted in iPhone | 1 Comment »

With the release of the iPhone SDK a few days ago I'm sure loads of developers are dreaming of applications to create and iPhone users are dreaming of applications they'd like to have on their phone. Here's my list: A nice feed ...

iPhone News Issue 2

Wednesday, March 12th, 2008 Posted in News, iPhone | No Comments »

It's all about the SDK baby! I iPhone developer web site has tons of great information for developing iPhone applications. If you aren't familiar with Mac development you'll have to start by getting to know Objective-C and the Xcode IDE and ...

iPhone Development: Objective-C Primer

Tuesday, March 11th, 2008 Posted in Software Development, iPhone | 2 Comments »

This article is a summary of what I learned from reading Learning Objective-C: A Primer on the Apple iPhone developer web site. You'll probably need to be registered and logged in to the Apple developer web site to access this ...