Reputation: 56199
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
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