An open API service indexing awesome lists of open source software.

https://github.com/robertklep/buffered-ext-list-sencha-touch-2

Buffered Ext.List for Sencha Touch 2
https://github.com/robertklep/buffered-ext-list-sencha-touch-2

Last synced: 12 months ago
JSON representation

Buffered Ext.List for Sencha Touch 2

Awesome Lists containing this project

README

          

Buffered Ext.List for Sencha Touch 2
====================================

An enhanced `Ext.List` which should be able to handle large(ish) lists (1000+
items) by limiting the number of rendered items using a sliding-window
approach.

Based on 'BufList PR3 - pre release' by MahlerFreak, posted
[here](http://www.sencha.com/forum/showthread.php?121225-High-Performance-Large-List-component-UxBufferedList&p=781302&viewfull=1#post781302).

__NB:__ Sencha Touch 2.1.0 beta 3 introduces a rewritten `Ext.List` component which can also handle large lists natively.
Release notes [here](http://dev.sencha.com/deploy/sencha-touch-2.1.0-b3/release-notes.html).