forked from htormey/AndroidFacebookImageCache
-
Notifications
You must be signed in to change notification settings - Fork 0
Pair of utility classes for Asynchronously loading and caching a facebook users image from within a listview using just the users facebook id.
chriszhou1986/AndroidFacebookImageCache
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published