-1

Here is my json i want to show articleImage on an ImageView in Android.

 {"comboDTOArray": [
            {
                "articleActive": "1",
                "articleCode": "0CCE0000230",
                "articleImage": "double scoop combo cup.jpg",
                "articleName": "Double Cup/Cone",
                "articlePrice": "93.22",
                "articleType": "Combo",}]}
Ryan M
  • 18,333
  • 31
  • 67
  • 74
  • 1
    Does this answer your question? [Load image from url](https://stackoverflow.com/questions/5776851/load-image-from-url) – Shalu T D Jun 07 '20 at 12:20

1 Answers1

0

You need the complete image url in "articleImage" field and an image library for loading it into ImageView

Agnaramon
  • 851
  • 10
  • 15