-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
  • 15,686
  • 29
  • 53
  • 64
  • 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
  • 761
  • 9
  • 15