项目作者: rightek

项目描述 :
Xamarin Android binding for Picasso, a powerful image downloading and caching library for Android
高级语言: C#
项目地址: git://github.com/rightek/square.picasso.git
创建时间: 2019-08-24T10:51:22Z
项目社区:https://github.com/rightek/square.picasso

开源协议:MIT License

下载


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

  1. Picasso.Get()
  2. .Load("http://example.com/images/slider.jpg")
  3. .Placeholder(Resource.Drawable.loading)
  4. .Fit()
  5. .CenterCrop()
  6. .NoFade()
  7. .Error(Resource.Drawable.error)
  8. .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