Recycler view + Glide (Load a lot of images really fast)
What are some issues in normally loading URL
What a recycler view basically does is that it uses the view that you just scrolled up and updates its parameters and uses it to display your next item in the list.
Now, this is extremely efficient and rea...
mihirshah.hashnode.dev4 min read