Toneaphone iPhone ringtones App highlights: 3D interface, Core Data, Server Component

Toneaphone is one of the greatest and most unique mobile media companies you’ll find out there. They are the first company in the App Store to compose original songs as ringtones, feature corresponding Album Artwork, and have created a vast collection of over 100 original ringtones to choose from, of all genres. The iPhone native…

Model-View-Controller (MVC) in iPhone OS 3 thanks to Core Data

By managing your application’s data model for you, Core Data significantly reduces the amount of code you have to write for your application. The Core Data framework (CoreData.framework) is a technology for managing the data model of a Model-View-Controller application. Core Data is intended for use in applications where the data model is already highly…

SQLite wrappers on iPhone

On a recent project that needed to keep data in sqlite, I experimented with an implementation of ActiveRecord and also sqlitepersistentobjects. I had passed up a few others that were too complicated or licensed under something like the GPL that prevented commercial work. While the ActiveRecord author has to get an award for the quickest…