
Design Patterns
Get flash to fully experience Pearltrees
Many Android apps use lists components to display large amount of data. Often this data is loaded over a network connection. Using dynamic lists greatly improve user experience over preloading everything and forcing user to wait. More details after the jump... Loading a lot of data can be very slow especially if the data is loaded over a network connection. When displaying this data to users forcing them to wait for the whole data set before letting them start working with the data can ruin the user experience.

