Search code examples
androidandroid-studioandroid-listfragmentdynamic-url

Dynamic listview with dynamic URL and dynamic Text


Hi I having output like following

enter image description here

But I need an output like the following image.

enter image description here

Here I am having image URLs in an array list, so dynamically it will change image url and also some times some steps will not have images.


Solution

  • Use picasso for Image url and Recyclerview for the listview. I hope it helps