hey guys,
Can someone please help me out here?
I have an ArrayCollection - ‘feedsAC’ which contains RSS feed items…
And another ArrayCollection - ‘listAC’ which I want to hold 3 feed items at a time (from feedsAC).
When a timer event fires I want to remove the first item in ‘listAC’ and add the next item from ‘feedsAC’ to the end of listAC.
Thanks for your help!