Android ArrayAdapter & ListView slowness
问题 To display & load images in my ListView I've created a custom ArrayAdapter, however it is really slow. Every time I scroll through the list it loads the images again. Is there a caching mechanism which will cache my Views so I don't need to refill them every time? I know about the ViewHolder method, however this still is slow or am I just using it wrong? My code: public class ImageArrayAdapter extends ArrayAdapter<HashMap<String, String>> { private int resourceId = 0; private LayoutInflater