set file (image) from backendless to imageview (android)

Hi, I am trying to get BackendlessFile (images specifically) into imageviews on my android app, i have the images in the files on the backendless console having used the upload API to upload them. I have a column, picture in my table person which has the URL of the file in backendless. I can get the image URL but if I want to display it is there a way using the file URL to return a BackendlessFile using a backendless API otherwise I will just supply the URL somehow to the imageview?
Thanks!
Leonard

Got this sorted, using BitmapFactory.decodeStream on the URL