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………
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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…