Images disappear when scrolling up and down and spaces increase between images using Glide and RecyclerView
问题 I have a RecyclerView to display my images and I use Glide to load images from their URLs from my database in Firebase Storage. The problem is, when I scroll up and down, images reload and sometimes disappear and spaces between each image increase. How can I stop this? My RecyclerViewAdapter @Override public myViewHolder onCreateViewHolder(ViewGroup parent, int viewType) { View row = LayoutInflater.from(parent.getContext()).inflate(R.layout.image_layout,parent,false); myViewHolder