They implemented a scrolling list by recycling the views. This is done in native ios or android apps. So they should write a more generic component which could do that (wihtout the scrollbars and stuff)
I think this is exactly what was done in the fastbook app from Sencha.
Comments
They implemented a scrolling list by recycling the views. This is done in native ios or android apps. So they should write a more generic component which could do that (wihtout the scrollbars and stuff)
I think this is exactly what was done in the fastbook app from Sencha.
Nonetheless its nice work! Hooray for opensource!