gpt4 book ai didi

android - MVVM交叉 : How to bind ImageView to local Image (saved in SD Card)

转载 作者:行者123 更新时间:2023-11-29 15:43:33 25 4
gpt4 key购买 nike

我想将我的 ImageView 控件绑定(bind)到我的属性 URL(这是我的图像本地路径,如下所示:/storage/emulated/0/MyFolder/IMG_20160411_094834.JPEG

我尝试像这样绑定(bind)我的控件:

 <ImageView
android:src="@android:drawable/ic_menu_gallery"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/ImagePreview"
local:MvxBind="ImageUrl ImagePath" />

ImagePath 是我的属性(property),但我不能使用这种方法。

你能帮帮我吗?

谢谢

最佳答案

你必须使用 Mvx.MvxImageView

ImageView 更改为 Mvx.MvxImageView 应该可以解决这个问题。

确保您已经安装了

在您的 android 和核心项目中。

关于android - MVVM交叉 : How to bind ImageView to local Image (saved in SD Card),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36542844/

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