Skip to content
This repository has been archived by the owner on Jan 14, 2018. It is now read-only.

UI SpiceList module

stephanenicolas edited this page Jan 27, 2013 · 3 revisions

This module allows to create Android ListViews that contain images loaded from the network. It may seem easy but providing a good, robust, smooth and memory efficient solution to this problem is far from trivial.

This module hides much of that complexity. Using to this module, you will mainly have to define domain POJOs that are displayed in the list.

A sample for this module is available in RoboSpice samples repository on GitHub.