-1

I have listview with images and its bottom has it's name. In list view each row has no'of images getting from server with left and right arrows are in each row I want see all the images in each row by clicking left and right arrows which are available in each row of list view .and while loading images I have to run progress bar in the place of images, how to do this asynchronous task?

Zoe
  • 27,060
  • 21
  • 118
  • 148
abhi
  • 1
  • 3
    can't understand your requirement – Samuh Jan 18 '10 at 05:41
  • 2
    Crying for urgent help without taking the time to even formulate a clear question probably won't increase your chances of getting a decent answer. – mxk Jan 18 '10 at 13:54

1 Answers1

0

As Samuh says, your question is unclear.

But if you want to have a ListView that asynchronously loads in images, you could take a look at commonsware.com's cwac-thumbnail project, under the Apache 2 licence.

Christopher Orr
  • 110,418
  • 27
  • 198
  • 193