Skip to content

Pair of utility classes for Asynchronously loading and caching a facebook users image from within a listview using just the users facebook id.

Notifications You must be signed in to change notification settings

chriszhou1986/AndroidFacebookImageCache

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

-Add FacebookImageLoader mImageLoader; to your ListViews adapter
-Instantiate it in the constructor with a reference to your context: mImageLoader = new FacebookImageLoader(context);
-Use mImageLoader from within your adapters getView function like so mImageLoader.load(id, profileImage);
-id is a string representing the users Facebook id and profileImage is a reference to the ImageView you want the users profile image loaded to.


About

Pair of utility classes for Asynchronously loading and caching a facebook users image from within a listview using just the users facebook id.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published