无法使用 xamarin 表单安装 mvvmcross 下载缓存插件
Cannot install mvvmcross download cache pluguin with xamarin forms
Mvvmcross 版本 4.4.0
xamarin 表单需要 Xamanarin.android.support.v4/v7.x
版本 23.0.0
下载Cachè插件需要Xamarin.android.support.compat
版本24.2.1
我的应用程序正在使用 xamarin 表单,所以我无法删除它,但我还需要使用 MvxListView 来显示来自 url 和 local:MvxBind="ImageUrl myimage"
的图像
所以我需要下载缓存插件,但是我安装不了
是否有其他 IMvxImageHelper 可以代替 MvvmCross-DownloadCache 插件使用?或任何其他解决方案?
*重要提示-> Android 视图中没有代码。
我们使用 Xamarin.Forms 插件 FFImageLoading - Fast & Furious Image Loading。它就像一个魅力,图像加载比没有这个插件快得多。那就随便看看吧。
您可以在 this github wiki 上找到详细的文档。
这里有一个简短的 Xaml 使用方法示例:
<ffimageloading:CachedImage HorizontalOptions="Center" VerticalOptions="Center"
WidthRequest="300" HeightRequest="300"
DownsampleToViewSize="true"
Source = "http://loremflickr.com/600/600/nature?filename=simple.jpg">
</ffimageloading:CachedImage>
Mvvmcross 版本 4.4.0
xamarin 表单需要 Xamanarin.android.support.v4/v7.x
版本 23.0.0
下载Cachè插件需要Xamarin.android.support.compat
版本24.2.1
我的应用程序正在使用 xamarin 表单,所以我无法删除它,但我还需要使用 MvxListView 来显示来自 url 和 local:MvxBind="ImageUrl myimage"
的图像
所以我需要下载缓存插件,但是我安装不了
是否有其他 IMvxImageHelper 可以代替 MvvmCross-DownloadCache 插件使用?或任何其他解决方案?
*重要提示-> Android 视图中没有代码。
我们使用 Xamarin.Forms 插件 FFImageLoading - Fast & Furious Image Loading。它就像一个魅力,图像加载比没有这个插件快得多。那就随便看看吧。
您可以在 this github wiki 上找到详细的文档。
这里有一个简短的 Xaml 使用方法示例:
<ffimageloading:CachedImage HorizontalOptions="Center" VerticalOptions="Center"
WidthRequest="300" HeightRequest="300"
DownsampleToViewSize="true"
Source = "http://loremflickr.com/600/600/nature?filename=simple.jpg">
</ffimageloading:CachedImage>