我已经使用IBM Watson Assistant和android studio创建了一个聊天应用程序。问题是我在以文本视图显示图像时遇到困难。
我已将图像添加为URL图像。它也在try控制台中显示和工作。请参见下面的屏幕截图。
但是当我尝试在我的android应用中显示它时,它不会显示...
以下是我的XML,显示响应代码,
Message message = messageArrayList.get(position);
message.setMessage(message.getMessage());
((ViewHolder) holder).message.setText(Html.fromHtml(message.getMessage()));
<TextView
android:id="@+id/message"
android:autoLink="web"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_marginBottom="10dp"
android:layout_marginLeft="5dp"
android:layout_marginRight="5dp"
android:layout_marginTop="5dp"
android:background="@drawable/bg_bubble_bot"
android:fontFamily="sans-serif"
android:textColor="@android:color/black"
android:textIsSelectable="true
android:textSize="14sp"
/>
答案 0 :(得分:0)
我认为您需要更新Watson api版本,以便在Watson响应中获得响应类型字段,您可以在其中提取图像