views:

61

answers:

1

Hello,

I would like to ask you how can i implement the next:

I have a tabBar where each tab make one different connection to one web service, and should show a different data. I would like to save this data "somewhere" and from it place load the different tabs.

Where i should save this received data?

Thank you, Best regards

A: 

it depends, do you want it to persist across application invocations? If so you best bet is either an sql3lite db or a file on the filesystem (Core Data is another option, although it would seem to be overkill in this case). Both are fairly easy to do. The apple iphone developers portal has examples of both.

ennuikiller
No, i don't need to it persist across application invocations, because i receive personal data for this moment that i'm calling( next invocation the data will change)