Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Daniel Luberda edited this pageDec 18, 2015 ·3 revisions

FFImageLoading uses aFluent syntax to chain calls.

Any request goes through ImageService.LoadFromXxx methods. These return a TaskParameter which offers the Fluent API. The TaskParameter can be configured untilInto method is called.

Example:

ImageService.LoadUrl("http://www.funchap.com/wp-content/uploads/2014/05/help-dog-picture.jpg").LoadingPlaceholder("loading.png").ErrorPlaceholder("error.png").Retry(3,200).Into(_imageView);

ImageView on iOS isUIImageView, on Android:ImageViewAsync (ImageView derivative) and on Windows:Image

For more information about the API visit the relevant pages.

nice

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp