December 10, 2010

More Cocoa Tips and Tricks


I been working on improving and adding functionality to Mittratter so that it will be available through the Mac App Store. Of course, in my path to developing it, I found more tutorial that could help others programmers out there:

  1. Getting Started with Cocoa: a Friendlier Approach
  2. Core Data: Class Overview
  3. Build a Core Data App
  4. Core Data Tutorial: Getting Started
  5. How to populate CoreData at runtime from a remote source
  6. Fetch object by property in Core Data
  7. Cleaning up the default Core Data project
  8. Custom Table Cells, Bindings and Core Data
  9. Core Data: one line fetch
  10. Creating a Status Bar Application
  11. Cocoa Application Startup
  12. Setting Up Apple Help
  13. Implement Apple Help
  14. International Accent Marks and Diacriticals

As you can see, most of them talk about Core Data framework, how it works and how to work with it, it is quite interesting, helping to oversight Database concepts and focusing on the path of programming.

No comments:

Post a Comment