Skip to content

BasanthVerma/BVCache-Android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BVCache

Easy Image Caching for andorid

BVCache is a light weight image caching library that demonstrates the usage of LRUCache in android.

Usage instructions:

  1. Download AsyncImageDownloader.java and BVCache.java files and include them in your Android Project.

  2. To set image to an ImageView from a Url String is as simple as follows:

BVCache.setImageFromURL("Url for image goes here", imageView);
  1. You can also use BVCache to cache other files types using -
BVCache.getFileFromURL("URL String goes here");

About

Easy Image Caching for andorid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages