8000 GitHub - ouamary/picnic: A simple image-loading library for Android
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ouamary/picnic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Picnic

A simple image-loading library for Android.

Usage

Use the following to load an image from an URL into an ImageView. You must specify a target width and a target height:

Picnic.startDownload(myImageView, "http://path.to/the/image.jpg", 80, 80);

For more information, please read the Javadoc.

About

A simple image-loading library for Android

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0