Hi I am displaying two textviews and one imageview in a listview in android. I kept a next button in the list header and whenever I click next button, the same page will be called and the texts and image is displayed on that page. All of my images are stored in server. Now I need to get those images from server and display them in listview below the textviews. It is taking more time to display the image from server and so I want to display the image asynchrously. But I didnt get how to use handler and async task in getview method of listview. Help me with this issue.
Will appreciate a lot and will be really thankful....