Hi in my application i need to download some images and text from the web and need to display in listview. for that i'm using POJO class means initially storing all the images in to the POJO class and then display in listview
It is good for less images but while downloading more than 100+ plus images it taking too much of time to load,
can anybody suggest some good solution for this.