Sample Android app for demonstrating lazy ListView with ViewHolder and data caching.
- ListView with pictures;
- Lazy data loading (from the WEB);
- Uses Facebook Graph API as an example of data source;
- ViewHolder pattern is implemented for a small perfermance boost;
- The fetched data is cached to save Internet-traffic and loading time.
Except as otherwise noted, this project is licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)