I'm new in android ... so I need help. I have JSON link where I have for example like this
[{"id":"82","percent":"3","image_name":"something.jpg"....
I try some tutorial just for reading text, it was okay. But I have problem how to show in my layout the images from JSON...
Can you help or share some code about this?