move data that retrieved from XML file to iPhone DataBase
- by totato
The idea for my project is : retrieve announcements from my website to my iPhone app (using XML file),then I want to make the users of my app can select any announcement he want and click button in ActionSheet which moves the selected announcement to "favorite announcements tableview" (have Database for favorite announcements)
"as apple done in favorite contacts in phone app for iPhone ".
So, I want to copy some of this data to specific database in my app (and display in tableview) , can I do this? how? any hints?
thanks..