Im working my way thru Lecture 9. Recapping what ive done, i created 2 Preence2 projects; first i pass data using the custom initWithpassedData: method which didnt let me use the initWithStyle for the tweets table view, and second I used the appDelegate pattern which i dont like cause its really a global variable.

So Im looking into KVOs and NSNotifications but they look kinda scary!

I started using plists for a couple of projects, found out they can be further structured to no just a simple array or a dictionary with keys and objects, but also kind of a flat db with parents and childs. Ill try using plists and later migrate to SQLite which is easier given my programing background. I also started writing to disk so i hope i can add that functionality to my projects so i can write those plists or db files on the iphone. Otherwise ill have to use an online account-structured storage to have my users log in online on a comfortable desktop interface and have the iphone get the data from the web and write it to the iphone for certain apps where i want end-user modifiable code.

Picked up cell.detailText.text and started on CoreLocation because I’m learning from Stanford and iPhone Auditors Google Dev Group as well as research on web.

I’m using this blog as an unorganized way of recording progress so it may be sketchy.

Leave a Reply