Skip to content

bmutinda/VutaImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

VutaImage

Join the chat at https://gitter.im/mutindaz/VutaImage

Android Library that makes it easy to download images in Android with a simple and straight forward api.

========= For a complete documentation head to http://bmutinda.github.io/VutaImage/

Example1

final String imageUrl = "http://myexample.com/img/sample1.png";
VutaImage.download( imageUrl, new ImageDownloadCallback() {
   @Override
   public void progress(int elapsed, int totalSize) {
      Log.e( TAG , "Image download progress = "+elapsed+" out of "+totalSize );
   }

   @Override
   public void done(boolean success) {
      Log.e( TAG , "Image download done with success = "+success );
   }
});

Bitdeli Badge

About

Android Library that makes it easy to download images with a simple and straight forward API.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages