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?
Asked
Active
Viewed 876 times
-1
-
3can't understand your requirement – Samuh Jan 18 '10 at 05:41
-
2Crying 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 Answers
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