我的 Json 包含图像 我想在图像视图中显示它
My Json contains Image I want to show it in Image view
这是我的 json 我想在 Android 的 ImageView 上显示 articleImage。
{"comboDTOArray": [
{
"articleActive": "1",
"articleCode": "0CCE0000230",
"articleImage": "double scoop combo cup.jpg",
"articleName": "Double Cup/Cone",
"articlePrice": "93.22",
"articleType": "Combo",}]}
您需要 "articleImage" 字段中的完整图像 url 和用于将其加载到 ImageView 的图像库
这是我的 json 我想在 Android 的 ImageView 上显示 articleImage。
{"comboDTOArray": [
{
"articleActive": "1",
"articleCode": "0CCE0000230",
"articleImage": "double scoop combo cup.jpg",
"articleName": "Double Cup/Cone",
"articlePrice": "93.22",
"articleType": "Combo",}]}
您需要 "articleImage" 字段中的完整图像 url 和用于将其加载到 ImageView 的图像库