Answer the question
In order to leave comments, you need to log in
RecicleView - how to download a large list of images from the Internet?
The application has pictures, and periodically, once a week, new ones will be added via the Internet.
The task is to load about 1000 pictures in RecicleView in png format of small size - 300dp
How would you do it? If in adapter onBindViewHolder use Glide
Glide.with(context)
.load(url)
.into(holder.imView);
Answer the question
In order to leave comments, you need to log in
upload about 1000 pictures
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question