I am developing an Android Application for Online Shopping. I have created following view for List of Products using RecyclerView, in that i want to change view
I think after scrolling and changed back to grid view, the first item is not recreated. I solved this by override getItemViewType() and inflate the layout files in onCreateViewHolder accordingly.