Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thanksmister/as3recyclelist
AS3 List for Android and iOS devices that uses Object pools to recycle list items.
https://github.com/thanksmister/as3recyclelist
Last synced: about 2 months ago
JSON representation
AS3 List for Android and iOS devices that uses Object pools to recycle list items.
- Host: GitHub
- URL: https://github.com/thanksmister/as3recyclelist
- Owner: thanksmister
- Created: 2011-03-18T00:10:04.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-03-02T16:15:28.000Z (almost 11 years ago)
- Last Synced: 2024-08-04T05:06:05.323Z (5 months ago)
- Language: ActionScript
- Homepage: http://goo.gl/vQ8uV
- Size: 147 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-actionscript-sorted - as3recyclelist - AS3 List for Android and iOS devices that uses Object pools to recycle list items. (Unsorted / Other API)
README
AS3 Scrolling List for Android and iOS devices built with Flash Builder 4.5 and AIR 2.6. The list uses an object pool to recycle the list item renderers. This gives the list the ability to scroll very large sets of items without taking a memory hit. The down side is that the list no longer accommodates item renderers of variable height.
MIT License: http://www.opensource.org/licenses/mit-license.php