Xamarin.ImageLoader
1.0.0
See the version list below for details.
dotnet add package Xamarin.ImageLoader --version 1.0.0
NuGet\Install-Package Xamarin.ImageLoader -Version 1.0.0
<PackageReference Include="Xamarin.ImageLoader" Version="1.0.0" />
paket add Xamarin.ImageLoader --version 1.0.0
#r "nuget: Xamarin.ImageLoader, 1.0.0"
// Install Xamarin.ImageLoader as a Cake Addin #addin nuget:?package=Xamarin.ImageLoader&version=1.0.0 // Install Xamarin.ImageLoader as a Cake Tool #tool nuget:?package=Xamarin.ImageLoader&version=1.0.0
A Reusable component to Download Image directly from URL. This also supportes Caching the downloaded images efficiently
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid81 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
-
MonoAndroid 8.1
- Newtonsoft.Json (>= 11.0.2)
- Xamarin.CustomCache (>= 1.0.0)
- Xamarin.HttpConnection (>= 1.0.0)
-
Xamarin.iOS 1.0
- Newtonsoft.Json (>= 11.0.2)
- Xamarin.CustomCache (>= 1.0.2)
- Xamarin.HttpConnection (>= 1.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Xamarin.ImageLoader:
Package | Downloads |
---|---|
Xamarin.CustomImageView.iOS
A custom ImageView component for iOS with inteligent Caching, Handle Cache expiry, Automatic Download |
GitHub repositories
This package is not used by any popular GitHub repositories.
1. Initial release for ImageLoader component
2. Caching in-built. But a Custom Cache component can also be injected; this overrides default Caching
3. Not thread Safey; consumer has to implement this
4. 1:1 relationship between Loader and Image URL