Android memory leak with Glide
问题 I have an activity which loads pictures in ImageViews with glide. Here is a sample of my glide code: Glide.with(ImageVOne.getContext()) .load(geoInfo.getPhotoUrl1()) .skipMemoryCache(true) .priority(Priority.NORMAL) .into(ImageVOne); I load from 1 to 35 pictures, each picture should be between 150ko & 250ko. I cannot reduce that. This activity can be accessed several times in a session from the main activity, and each time it loads different pictures. For example the first time it will be