How to change array list to string array for using Universal Image Loader?
问题 I am a Novice of android. I just try to learn how to use Universal Image Loader . I find that the url of the images in Universal Image Loader are set statically or preset in String[] IMAGES . But I would like to change those image from URL . So I am done with parsing the XML and try to get those data from XML Web service . However, I don't know how to change array list to string array. Can someone teach me? The xml web service code as follow: class showCategoryTask extends AsyncTask<Void,