I have been trying to learn iPhone development for a while now. I am now interested in looking at building a iPhone app using Core Data. I built a app using sql lite. The app I created using sql lite basically asks the user for two fields of information "firstname" and "lastname" and then it goes into a UI Table View. The user can then select their name in that list and then it goes to a new view with a label with there name. Really basic app. Im just trying to grasp the ideas on how to make a iOS app.
Any Suggestions on what tutorials I could use to learn core data and then display that information in a new view?