For instance,If the image download from the server we should load the image lazily. and i want to know the other instances.
For instance,If the image download from the server we should load the image lazily.
Share
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.
It couldn’t hurt to always do this. All of the devices coming out lately benefit from multi-core CPUs. Grand central dispatch makes it easy to define a process that will be executed on another core, and then synch it up to the main thread for UI udpates, when done.
If you do this your application will feel more responsive, and also will be easy to move from say local disk access to remote access of resources.
Example: