1

i have uploaded some images on cloud storage in a directory / folder.

example: http://dropbox.com/image-directory/

now my question is how can i get link location of all the images that is stored in URL directory / folder and store these links to an array.

please visit this url: https://www.dropbox.com/sh/5be3kgehyg8uzh2/AAA-jYcy_21nLBwnZQ3TBFAea this is the URL of directory that contains images

user3739970
  • 591
  • 2
  • 13
  • 28

1 Answers1

0

You can Use JSoup for Parsing HTML in to android programming .

You need to search it By img tag. But 1 Limitation it will give all the element content like the single drop box image.

You can Try your URL Here. Also Download Library of it from Here.

Shabbir Dhangot
  • 8,954
  • 10
  • 58
  • 80