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"