colarking / android-smart-image-view

Android ImageView replacement which allows image loading from URLs or contact address book, with caching

Home Page:http://loopj.com/android-smart-image-view/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smart Image View for Android

SmartImageView is a drop-in replacement for Android’s standard ImageView which additionally allows images to be loaded from URLs or the user’s contact address book. Images are cached to memory and to disk for super fast loading.

Features

  • Drop-in replacement for ImageView
  • Load images from a URL
  • Load images from the phone’s contact address book
  • Asynchronous loading of images, loading happens outside the UI thread
  • Images are cached to memory and to disk for super fast loading
  • SmartImage class is easily extendable to load from other sources

Documentation, Features and Examples

Full details and documentation can be found on the project page here:

http://loopj.com/android-smart-image-view/

About

Android ImageView replacement which allows image loading from URLs or contact address book, with caching

http://loopj.com/android-smart-image-view/