I have read huge amount of data , Using Tcp connection and i want to display that data in iphone .
One important thing is , iphone will not hangs at any time .
Can anyone help me?
Thanks in advance.........
I have read huge amount of data , Using Tcp connection and i want to display that data in iphone .
One important thing is , iphone will not hangs at any time .
Can anyone help me?
Thanks in advance.........
may be you should consider to use SQLite to store your data locally and present it from the local storage. This way your application will not hang...