What happens with view references in unfinished AsyncTask after orientation change?
问题 Note this question was inspired by a comment to https://stackoverflow.com/a/33370816/519334 . I have a holder class that belongs to a GridView-item with a reference to an ImageView public static class Holder { ImageView mRowImage; String mImageUrl; // neccessary to cancel unfinished download BitmapLoaderAsyncTask mDownloader; } The corresponding GridItemAdapter uses an AsyncTask to get the image for the GridItem public class GridItemAdapter extends BaseAdapter { @Override public View getView