我想在屏幕上显示图像。图像应该来自 URL,而不是绘制。
密码在这里:
<ImageView android:id="@+id/ImageView01" android:src = "http://l.yimg.com/a/i/us/we/52/21.gif"
android:layout_width="wrap_content" android:layout_height="wrap_content"></ImageView>
但是在编译时会出错。
如何在 Android 中显示 URL 中的图像?