View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#15
Originally Posted by kingoddball View Post
This is a good idea, BUT! Does the N900 have enough memory to handle it?
This thing stutters and freezes just scrolling through my books (TXT's/PDF's) and worse when scrolling through the music folder.
Using QML, the delegates (objects that hold the thumbnail and metadata) are deleted from memory when not in view (unless the developer sets a cache buffer), so the memory usage is not dependent on the number of items in the list, but instead depends on the number of items currently on screen (which is small).

I have implemented a coverflow view for my QML rewrite of cuteTube, complete with transitions when switching between listview and coverflow, and I can say that scrolling performance is very nice. I'm going to prettify it to make it look closer to the N8 version. Here's a couple of screenshots of the current state:



EDIT: Video demo http://www.youtube.com/watch?v=ENISAKOcZ-g
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub

Last edited by marxian; 2011-01-26 at 12:27.
 

The Following 4 Users Say Thank You to marxian For This Useful Post: