Damir
Damir

Reputation: 56199

Gallery of pictures from distant site - Android

I need to add gallery to my android app. I used gallery in standard way, when pictures are in my folder, but now I need to show pictures when I have just pictures URLs(pictures are on some distant server). How can I achieve that ?

Upvotes: 3

Views: 217

Answers (1)

Bryan Denny
Bryan Denny

Reputation: 27596

Is the server yours?

You might need to make an API to get the images from the server served to you.

Upvotes: 2

Related Questions