Warning! This article is outdated and might not represent the current state of Tabris.js. The CollectionView is one of the most powerful widgets on iOS. On Android, there's a similar widget called RecyclerView. Both widgets implement the same idea: they display a data set by creating only as many cells as fit on the screen and mapping the visible data items to these cells. The cells...
Read More