Thanks for the tips, Flow may not be a good option if too many items to display.
@Roman, seems we have to think about other alternative solutions 2013/6/1 Michał Sawicz <[email protected]> > W dniu 31.05.2013 18:49, Joey Chan pisze: > > I may try Flickable + Flow, I think, all Items are not list in a > > straight line and items' size is "random". > > Hey guys, one thing to remember here. > > A Flow will lay everything (as in the whole model) out all the time. All > the items will be created, laid out and in memory. This does mean better > visual experience (as in no image loading etc.), but it's dangerous - > you can easily hog the device memory. > > -- > Saviq <[email protected]> > >
-- Mailing list: https://launchpad.net/~ubuntu-touch-coreapps Post to : [email protected] Unsubscribe : https://launchpad.net/~ubuntu-touch-coreapps More help : https://help.launchpad.net/ListHelp

