awolfinthewind / SpinList

Sample Android app for demonstrating lazy ListView with ViewHolder and data caching

Home Page:https://github.com/dtitov/SpinList

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpinList

Sample Android app for demonstrating lazy ListView with ViewHolder and data caching.

Screenshot

Features

  • 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.

License

Except as otherwise noted, this project is licensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html)

About

Sample Android app for demonstrating lazy ListView with ViewHolder and data caching

https://github.com/dtitov/SpinList

License:Apache License 2.0