开发者

Huge amount of data want to display in iphone

开发者 https://www.devze.com 2023-01-10 17:30 出处:网络
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.

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.........开发者_如何学Python


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...

0

精彩评论

暂无评论...
验证码 换一张
取 消