Good evening.
I have a RecyclerView, in which I sparsed pictures from the site, but they didn't spars everything, because the site has a button "Download more", which loads another batch of pictures on the site. I need all the images from the site to be in my RecyclerView.
Previously, I was told that you need to send the same request from the application, which sends the site when you click on the "Load More" button to upload more pictures. But how to do it in Android - I'll never know. Please advise any libraries or solutions to this problem.