【问题标题】:My Json contains Image I want to show it in Image view我的 Json 包含图像我想在图像视图中显示它
【发布时间】:2020-06-07 12:04:39
【问题描述】:

这是我的 json,我想在 Android 的 ImageView 上显示 articleImage。

 {"comboDTOArray": [
            {
                "articleActive": "1",
                "articleCode": "0CCE0000230",
                "articleImage": "double scoop combo cup.jpg",
                "articleName": "Double Cup/Cone",
                "articlePrice": "93.22",
                "articleType": "Combo",}]}

【问题讨论】:

标签: android json android-volley


【解决方案1】:

您需要“articleImage”字段中的完整图片 url 和用于将其加载到 ImageView 的图片库

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-10-16
    • 1970-01-01
    • 2022-11-17
    • 1970-01-01
    • 2021-09-02
    相关资源
    最近更新 更多