0

Hi in my application i am getting the data from server and storing that data in a array and that array i am adding to another array(This array i declared in appdelegate file ). In this manner i am adding so many arrays in appdelegates array. At first it is good and each array count which are available in appdelegate array is expecting result only, but after some time the array's count is changing which are available in this appdelegate array. why it is happening i don't have any idea. if any one have any idea please let me know. Otherwise please suggest any other procedure to store data in this manner like plist or sqlite like that.

Thanks in advance

4

1 回答 1

0

你究竟为什么要以这种方式存储数据,为什么要使用这么多的服务器调用?有没有办法只接收来自服务器的结构化文件(例如 xml),它可以为您提供来自不同调用的所有结果?这将使整个过程变得更加容易,因为数据可以在一次调用中解析,并且可以放在一个整洁的核心数据/plist 结构中。

于 2012-09-28T08:44:08.430 回答