I'm loading a bitmap in the background using the AsyncTask class. I use the the execute method to take in a array of strings for the URL of the bitmap to load. I would like to load the bitmap into different Imagevues. My idea was to pass in a URL and a reference to a image vue.
I can't figure out a easy way to do this, because execute only takes in 1 parameter. How could I do this?