I am making an app with post feeds and implemented RecyclerViews
But my posts have highquality images consuming much memory when set on imageViews
So its kind of annoying to set the views everytime one scrolls to the post...
How can I not reuse the viewholders already designated?