views:

285

answers:

1

hi all, 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 please help,it's very urgent for me

Thanks Abi

A: 

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