RecyclerView 實現瀑布流的正確姿勢

首先來看一下瀑布流效果: 加載的數據根據自己需求自己定義。 來說一下具體實現: private RecyclerView rlv; private FlashApapter mAdapter; //設置layoutManager StaggeredGridLayoutManager manager = new StaggeredGridLayoutManager(2, StaggeredGridL
相關文章
相關標籤/搜索