Android RecyclerView shows ViewHolder’s view that is invisible
I have tried to implement a RecyclerView with grid of views. Each view will be downloaded separately, so I have to show a loader animation for each item until I get the data to show. So I did the implementation of Adapter and ViewHolder: