What’s the difference between array and arraycollection?
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.
First, the ArrayCollection is designed for the Flex framework. It acts like a
Proxyfor a givenArrayinstance. This means it can listen for modifications made to the sourceArrayand update it self when this happens. It also contains a subset of additional methods required specifically by the framework (have a look at the IList implementation for instance).