gpt4 book ai didi

xamarin.android - MvvmCross MvxHttpImageView 错误

转载 作者:行者123 更新时间:2023-12-04 17:23:22 27 4
gpt4 key购买 nike

我正在尝试使用 Xamarin.Android 和 mvvmcross 在 Android 上的 ListView 中绑定(bind) Web 图像。我收到了这个错误。

MvxBind:错误:7.13 未找到 View 类型 - Mvx.MvxHttpImageView
Android.Views.InflateException:二进制 XML 文件第 1 行:膨胀类 Mvx.MvxHttpImageView 时出错

这是我的xml...

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:local="http://schemas.android.com/apk/res/com.mynamespace.android"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="fill_parent">

<LinearLayout
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">

<Mvx.MvxHttpImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/iconeView"
local:MvxBind="{'HttpImageUrl':{'Path':'imageUrl'}}" />
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textSize="30dp"
local:MvxBind="Text name" />
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textSize="10dp"
local:MvxBind="Text tagline" />
</LinearLayout>

最佳答案

如果您使用的是 v3,请尝试

  • MvxImageView而不是 MvxHttpImageView
  • ImageUrl而不是 HttpImageUrl

  • 绑定(bind) View 位于 https://github.com/slodge/MvvmCross/tree/v3/Cirrious/Cirrious.MvvmCross.Binding.Droid/Views

    我认为 MvxImageView 也在讨论: http://slodge.blogspot.co.uk/2013/04/n2-lists-and-kittens-n1-days-of.html

    您还需要包含 MvvmCross 文件和 DownloadCache 插件,否则您将收到此错误

    "No IMvxImageHelper registered - you must provide an image helper before you can use a MvxImageView"

    关于xamarin.android - MvvmCross MvxHttpImageView 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16291568/

    27 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com