I have a ListView and a custom adapter that i wish to use to fill it with a String and an Image in an async task. I have to get the images from a URL and the String from a text file. This is all possible however, what i have not worked out is how to then assign the adapter to the list view as this must be done from the main thread.
Any help is appreciated.