What is lazy loading?
Answer / maanya
It is very popular in computer programming, it consists in loading the elements only when they are needed, the rule says something similar to: "do not load anything until you have to load it".
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the two different smart groups in Xcode?
. Why an app on iOS device behaves differently when running in foreground than in background?
What are the application lifecycle in ios?
What is the first responder?
How do you setup/initialise a core data stack in your application?
What is inactive state in ios?
what is universal Application?
What skills are required for ios developer?
What is lazy loading?
What is ios viewdidload?
How to parse xml?
What is dependency injection in ios?