Sunday, 11 August 2013

is it possible to load images from the directory on web server?

is it possible to load images from the directory on web server?

I am currently using nostra image loader for loading images... in my code
i am using like this..
public static final String[] IMAGES =
{"http://mywebsite.com/tittle/image1.jpg",
"http://mywebsite.com/tittle/image2.jpg",
"http://mywebsite.com/tiitle/image3.jpg",
"http://mywebsite.com/tittle/image4.jpg",
"http://mywebsite.com/tittle/image5.jpg",....};
Is it possible load images from the directory which has images in it..
like ""http://mywebsite.com/tittle"

No comments:

Post a Comment