move data that retrieved from XML file to iPhone DataBase
Posted
by totato
on Stack Overflow
See other posts from Stack Overflow
or by totato
Published on 2010-05-24T18:38:42Z
Indexed on
2010/05/24
18:41 UTC
Read the original article
Hit count: 266
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..
© Stack Overflow or respective owner