Loading IMAGE from JSON URL into listview

后端 未结 4 1130
失恋的感觉
失恋的感觉 2021-01-03 15:42

I am trying to get image from URL then add it to a listview. I can successfully get the image, but I\'m struggling with adding it to the listview.

I have tried this

4条回答
  •  情话喂你
    2021-01-03 16:15

    Hello Guys

    I have been searching thick and thin, and I am having some issues implementing a ListView with simpleadapter. Then @AYorhan said to use baseadapter and provided the link which helped me lot to solve my problem. Then @Ramesh provided me with an example which too helped me lot.

    I am wanting to create my own List Adapter using simpleadapter to show in a listView but din't get success after that I used with BaseAdapter, with multiple items fetching from a server using JSON URL. I got the success.

    I am sharing this working code link for some beginners in android might them get a help to retrieve image from server and fetch into the listview using baseadpater.

    Regards :::: TechEnd

提交回复
热议问题