Skip to content

rightek/square.picasso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rightek.Square.Picasso

Xamarin Android binding for Square Picasso (A powerful image downloading and caching library for Android)

This project is based on this repo, we use Picasso in our projects, so we'll keep this repo up to date with original (java) repo. current version 2.71828

Usage

Picasso.Get()
	.Load("http://example.com/images/slider.jpg")
	.Placeholder(Resource.Drawable.loading)
	.Fit()
	.CenterCrop()
	.NoFade()
	.Error(Resource.Drawable.error)
	.Into(myImageView);

Nuget

PM> Install-Package Rightek.Square.Picasso

Package Name NuGet Downloads
Rightek.Square.Picasso nuget stats
Rightek.Square.OkHttp3 nuget stats
Rightek.Square.Okio nuget stats

Dependencies

License

MIT


Made with ♥ by people @ Rightek