使用MvvmCross将byte []绑定到Android上的ImageView

时间:2015-10-14 19:36:08

标签: android xamarin mvvmcross

我试图将ImageView绑定到byte []。

<ImageView
    android:layout_height="match_parent"
    android:layout_width="match_parent"
    android:layout_weight="1"
    local:MvxBind="Bitmap CaptchaImage, Converter=InMemoryImage"
    android:id="@+id/imageView1" />

我使用Picture Taking教程作为指南: https://github.com/MvvmCross/MvvmCross-Tutorials/tree/master/PictureTaking

但是图像没有显示出来。 什么可能是错的?

2 个答案:

答案 0 :(得分:1)

文件“PictureChooserPluginBootstrap.cs”在我的Bootstrap文件夹中但不知何故不在我的项目中。 我只需要“包含在项目中”选项。

答案 1 :(得分:0)

您可以在java类中使用此代码,而不是使用xml:

bullet (4.14.9) lib/bullet/active_record42.rb:194:in

请测试并告诉我它是否有效。