returning image from adapter class

good morning Mr Piller and the backendless team. IN my app I have a custom listView, which has an imageView and three textViews… I also have an adapter where i get These views. I have data on backendless represented in columns …i have successfully uploaded an image to backendless file service and linked it to my data table… now when I have to retrieve the data, I get everything except the image…
could you suggest a way to handle this from my adapter class?

thanks in adv.

Hi, Kamohelo.
When you retrieve data, the relation to file is its URI, and you can download it using any http client.
https://backendless.com/docs/android/doc.html#files_file_download