Hi
I am new to mac development (I've been into iPhone dev so have a good idea of Objective-C). I want to create a simple application which gets/shows data to the user and uses SQL to save the data.
Any sample apps that I came across are either Core Data apps or Document-based apps. Document based apps are definitely not what I want. But I am not sure I understand the way Core Data apps are created and how they'll go into my application.
Are there any good tuts around which explain how a Core Data app is designed and in what cases to create one? Also are there any tutorials which explain the "old-fashioned" way of creating mac apps (I don't want to get uber-confused with the Core Data stuff and don't mind writing code for it)?
Thanks a lot.