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
Picasso.Get()
.Load("http://example.com/images/slider.jpg")
.Placeholder(Resource.Drawable.loading)
.Fit()
.CenterCrop()
.NoFade()
.Error(Resource.Drawable.error)
.Into(myImageView);
PM> Install-Package Rightek.Square.Picasso
Package Name | NuGet | Downloads |
---|---|---|
Rightek.Square.Picasso | ||
Rightek.Square.OkHttp3 | ||
Rightek.Square.Okio |
MIT
Made with ♥ by people @ Rightek