Skip to content

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

Notifications You must be signed in to change notification settings

aisipos/android-smart-image-view

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%