Android RecyclerView: Change layout file LIST to GRID onOptionItemSelected

后端 未结 5 923
挽巷
挽巷 2020-12-02 06:34

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

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-02 06:58

    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.

提交回复
热议问题