7/12/2010 12:40:21 AM
Title:
Difference between array and arraycollection
Hi Everybody,
What is difference between array and arraycollection?
please help me.
Thanks & Regards
Ramakrishna
7/12/2010 12:58:56 AM
hi rama,
check out these links ,hope might be useful for u...
http://stackoverflow.com/questions/2328119/array-vs-arraycollection-in-flex
http://unitedmindset.com/jonbcampos/2009/04/03/do-i-use-array-or-arraycollection/
http://www.flexdeveloper.eu/forums/actionscript-3-0/difference-between-array-and-arraycollection/
As per my knowledge,In ArrayCollection() you can filter,sort and manipulate complex data in list based components(eg: list,horizontallist,datagrid etc..) whereas it cant be done thru array()
correct me if i am wrong...
7/11/2011 1:00:46 AM
array is similar type of elelemnt & array collection -we can use diff. no of element such as list,stack,linked list.
7/11/2011 8:49:44 AM
@Nitin Matale that was indeed an good answer